We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 519b563 commit 81a45c0Copy full SHA for 81a45c0
1 file changed
react-instantsearch/range-slider-with-radix-ui/src/RangeSlider.css
@@ -2,6 +2,8 @@
2
position: relative;
3
display: flex;
4
align-items: center;
5
+ user-select: none;
6
+ touch-action: none;
7
}
8
9
.slider-track {
0 commit comments