mirror of
https://github.com/mathuo/dockview
synced 2025-02-22 16:15:45 +00:00
fix: pointmove sash events
This commit is contained in:
parent
33cf223334
commit
13516a5f37
@ -106,6 +106,7 @@
|
|||||||
-webkit-user-select: none; // Safari
|
-webkit-user-select: none; // Safari
|
||||||
-moz-user-select: none; // Firefox
|
-moz-user-select: none; // Firefox
|
||||||
-ms-user-select: none; // IE 10 and IE 11
|
-ms-user-select: none; // IE 10 and IE 11
|
||||||
|
touch-action: none;
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
transition: background-color 0.1s ease-in-out;
|
transition: background-color 0.1s ease-in-out;
|
||||||
|
Loading…
Reference in New Issue
Block a user