Skip to content

Commit

Permalink
fix(#6884): Slider handle drag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Stawlie committed Nov 27, 2024
1 parent 786f9c6 commit d7ec4b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/primevue/src/slider/style/SliderStyle.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const theme = ({ dt }) => `
.p-slider-handle {
cursor: grab;
touch-action: none;
user-select: none;
display: flex;
justify-content: center;
align-items: center;
Expand Down

0 comments on commit d7ec4b4

Please sign in to comment.