Remove style from textarea.

This commit is contained in:
Tom Alexander 2024-01-22 22:39:37 -05:00
parent bbf8ab0966
commit ba2c646a6a
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -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 {