Skip to content

Commit

Permalink
fix(react): ensure touch pointer work with radix range slider (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhayab authored Sep 5, 2024
1 parent 519b563 commit 81a45c0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
position: relative;
display: flex;
align-items: center;
user-select: none;
touch-action: none;
}

.slider-track {
Expand Down

0 comments on commit 81a45c0

Please sign in to comment.