bugfix for vim line in editor
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 18 Apr 2022 21:19:19 +0000 (21:19 +0000)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Mon, 18 Apr 2022 21:19:19 +0000 (21:19 +0000)
static/css/index.css

index f52cc725800b0003ea3f6988ef9143464f32a2b8..17f96ca63dad9afe24387cf5704bbf61a262b866 100644 (file)
@@ -107,7 +107,7 @@ select:hover {
 }
 
 #code-editor {
-    height: 100%;
+    height: calc(100% - var(--tab-line-height));
 }
 
 #code-result {