[esl-drag-to-scroll] {
  &.is-draggable {
    cursor: grab;
  }

  &.dragging {
    cursor: grabbing;
    user-select: none;
    scroll-behavior: auto !important;
  }
}
