diff --git a/edit/edit.css b/edit/edit.css index 6e8c1dca..7b8d4bc5 100644 --- a/edit/edit.css +++ b/edit/edit.css @@ -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;