input[data-numeric-scrub='true'] {
  cursor: ns-resize;
  touch-action: pan-x;
}

html[data-numeric-scrubbing='true'],
html[data-numeric-scrubbing='true'] * {
  cursor: ns-resize !important;
  user-select: none !important;
  -webkit-user-select: none !important;
}

html[data-numeric-scrubbing='true'] input[data-numeric-scrub='true'] {
  caret-color: transparent;
}
