Merge pull request #6885 from Stawlie/slider-drag-fix

Slider: Handle drag fix
pull/6893/head
Tuğçe Küçükoğlu 2024-11-29 13:46:59 +03:00 committed by GitHub
commit be85ecdc18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;