diff --git a/web_editor/style.css b/web_editor/style.css index b63e27e..6f257a0 100644 --- a/web_editor/style.css +++ b/web_editor/style.css @@ -113,15 +113,14 @@ fieldset{ textarea { width: 300px; - height: 100px; - min-height: 250px; + height: 250px; background-color: #000; - overflow: scroll; + overflow: auto; margin: auto; - display: flex; background: #f4f4f9; outline: none; font-size: 14px; + resize: vertical; }