From 31290224bb7f4329dded7705808e55902ea4278b Mon Sep 17 00:00:00 2001 From: Dan-k391 <73747609+Dan-k391@users.noreply.github.com> Date: Sun, 10 Sep 2023 11:22:40 +0800 Subject: [PATCH] Update fix the height of the terminal --- src/styles/editor.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;