From 02db1aab6f35c7757e86604491f5011d7723c1ac Mon Sep 17 00:00:00 2001 From: tophf Date: Mon, 26 Jul 2021 09:48:16 +0300 Subject: [PATCH] CM apparently fixed their formula for max-height --- edit/edit.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/edit/edit.css b/edit/edit.css index 4f194cbf..60de98dd 100644 --- a/edit/edit.css +++ b/edit/edit.css @@ -1,5 +1,4 @@ :root { - --header-narrow-min-height: 12em; --fixed-padding: unset; } @@ -1091,9 +1090,6 @@ body.linter-disabled .hidden-unless-compact { margin: 0 .5rem; padding: .5rem 0; } - .usercss .CodeMirror-scroll { - max-height: calc(100vh - var(--header-narrow-min-height)); - } .usercss #options:not([open]) ~ #lint.hidden ~ #footer, .usercss #lint:not([open]) + #footer { margin-top: -.25em;