From: Brendan Hansen Date: Mon, 18 Apr 2022 21:19:19 +0000 (+0000) Subject: bugfix for vim line in editor X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=dad425f60e1ee8af6dc635ce58af825353211ac2;p=onyx-live.git bugfix for vim line in editor --- diff --git a/static/css/index.css b/static/css/index.css index f52cc72..17f96ca 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -107,7 +107,7 @@ select:hover { } #code-editor { - height: 100%; + height: calc(100% - var(--tab-line-height)); } #code-result {