mirror of
https://github.com/mathuo/dockview
synced 2025-02-02 06:25:44 +00:00
Merge pull request #250 from mpearson/249-stuck-resizing-fix
bug: disable user-select on drag handles
This commit is contained in:
commit
5de5bae766
@ -102,6 +102,10 @@
|
||||
position: absolute;
|
||||
z-index: 99;
|
||||
outline: none;
|
||||
user-select: none;
|
||||
-webkit-user-select: none; // Safari
|
||||
-moz-user-select: none; // Firefox
|
||||
-ms-user-select: none; // IE 10 and IE 11
|
||||
|
||||
&:active {
|
||||
transition: background-color 0.1s ease-in-out;
|
||||
|
Loading…
Reference in New Issue
Block a user