fix(#6884): Slider handle drag fix
parent
786f9c65e6
commit
d7ec4b4364
|
@ -10,6 +10,7 @@ const theme = ({ dt }) => `
|
||||||
.p-slider-handle {
|
.p-slider-handle {
|
||||||
cursor: grab;
|
cursor: grab;
|
||||||
touch-action: none;
|
touch-action: none;
|
||||||
|
user-select: none;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
Loading…
Reference in New Issue