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;