Hide range thumb that shows through knob on iOS Safari
This commit is contained in:
@@ -28,6 +28,10 @@
|
||||
translate: -50% -50%;
|
||||
z-index: 1;
|
||||
|
||||
@supports (-webkit-touch-callout: none) {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
&::-moz-range-track {
|
||||
block-size: var(--knob-size);
|
||||
cursor: grab;
|
||||
|
||||
Reference in New Issue
Block a user