set min-height outside of query

This commit is contained in:
narcolepticinsomniac 2020-03-02 12:12:55 -05:00
parent ad4da5f37d
commit d1fbbc5770

View File

@ -62,6 +62,7 @@ label {
}
#sections {
padding-left: 280px;
min-height: 0;
}
#sections h2 {
margin-top: 1rem;
@ -981,7 +982,6 @@ body.linter-disabled .hidden-unless-compact {
}
#sections {
height: unset !important;
min-height: 0;
padding-left: 0;
display: flex;
flex-direction: column;