Fix textarea on WebKit

This commit is contained in:
Unrud 2020-02-17 18:02:00 +01:00
parent bac6c4ac0c
commit 86c570edc4
2 changed files with 6 additions and 9 deletions

View file

@ -3,13 +3,6 @@
src: url("icon.woff") format("woff");
}
* {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
.hidden {
display: none;
}
@ -21,6 +14,10 @@ body > div {
height: 100%;
margin: 0;
font-family: sans-serif;
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
body > div {