Skip to content

Commit

Permalink
Merge pull request #6885 from Stawlie/slider-drag-fix
Browse files Browse the repository at this point in the history
Slider: Handle drag fix
  • Loading branch information
tugcekucukoglu authored Nov 29, 2024
2 parents ea410e3 + d7ec4b4 commit be85ecd
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 be85ecd

Please sign in to comment.