Fix textarea sizing issue on Firefox

This commit is contained in:
Linus Lee 2020-10-02 16:36:42 -04:00
parent e4f5c3d8d9
commit 7db039b9d8

View File

@ -175,6 +175,8 @@ textarea.editor-input {
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
textarea.editor-input:focus {