mirror of
https://github.com/mathuo/dockview
synced 2025-02-02 14:35:46 +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;
|
position: absolute;
|
||||||
z-index: 99;
|
z-index: 99;
|
||||||
outline: none;
|
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 {
|
&: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