Fix textarea on WebKit
This commit is contained in:
parent
bac6c4ac0c
commit
86c570edc4
2 changed files with 6 additions and 9 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue