Remove style from textarea.
This commit is contained in:
parent
bbf8ab0966
commit
ba2c646a6a
@ -37,6 +37,8 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border: none;
|
border: none;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
resize: none;
|
||||||
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.Editor-ast {
|
.Editor-ast {
|
||||||
|
Loading…
Reference in New Issue
Block a user