CM apparently fixed their formula for max-height

This commit is contained in:
tophf 2021-07-26 09:48:16 +03:00
parent 7a0ac57b06
commit 02db1aab6f

View File

@ -1,5 +1,4 @@
:root { :root {
--header-narrow-min-height: 12em;
--fixed-padding: unset; --fixed-padding: unset;
} }
@ -1091,9 +1090,6 @@ body.linter-disabled .hidden-unless-compact {
margin: 0 .5rem; margin: 0 .5rem;
padding: .5rem 0; padding: .5rem 0;
} }
.usercss .CodeMirror-scroll {
max-height: calc(100vh - var(--header-narrow-min-height));
}
.usercss #options:not([open]) ~ #lint.hidden ~ #footer, .usercss #options:not([open]) ~ #lint.hidden ~ #footer,
.usercss #lint:not([open]) + #footer { .usercss #lint:not([open]) + #footer {
margin-top: -.25em; margin-top: -.25em;