Hide range thumb that shows through knob on iOS Safari

This commit is contained in:
Vinícius Soares
2025-12-05 20:20:13 -03:00
parent 6006491ab4
commit eca8e32ad0
+4
View File
@@ -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;