Merge pull request #250 from mpearson/249-stuck-resizing-fix

bug: disable user-select on drag handles
This commit is contained in:
mathuo 2023-05-07 15:34:00 +01:00 committed by GitHub
commit 5de5bae766
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;