Remove style from textarea.

This commit is contained in:
Tom Alexander
2024-01-22 22:39:37 -05:00
parent bbf8ab0966
commit ba2c646a6a

View File

@@ -37,6 +37,8 @@
box-sizing: border-box;
border: none;
background-color: transparent;
resize: none;
outline: none;
}
.Editor-ast {