fix(#6884): Slider handle drag fix

pull/6885/head
Stawlie 2024-11-27 21:52:27 +03:00
parent 786f9c65e6
commit d7ec4b4364
1 changed files with 1 additions and 0 deletions

View File

@ -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;