This commit is contained in:
tophf 2021-07-02 21:26:03 +03:00 committed by GitHub
parent 03d622f7f2
commit 478c833d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,6 @@
background-color: white; background-color: white;
box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.225); box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.225);
z-index: 9999991; z-index: 9999991;
cursor: move;
-moz-user-select: text; -moz-user-select: text;
} }
@ -73,6 +72,7 @@
position: relative; position: relative;
min-height: 42px; min-height: 42px;
box-sizing: border-box; box-sizing: border-box;
cursor: move;
user-select: none; user-select: none;
-moz-user-select: none; -moz-user-select: none;
} }