diff --git a/src/styles/editor.scss b/src/styles/editor.scss index ba28ae1..78c79a1 100644 --- a/src/styles/editor.scss +++ b/src/styles/editor.scss @@ -1,6 +1,6 @@ .editor { text-align: left; - height: 100%; + height: calc(100% - 20px); padding: 10px 15px; overflow-wrap: break-word; overflow-y: scroll;