Skip to content

Commit 81a45c0

Browse files
authored
fix(react): ensure touch pointer work with radix range slider (#494)
1 parent 519b563 commit 81a45c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

react-instantsearch/range-slider-with-radix-ui/src/RangeSlider.css

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
position: relative;
33
display: flex;
44
align-items: center;
5+
user-select: none;
6+
touch-action: none;
57
}
68

79
.slider-track {

0 commit comments

Comments
 (0)