Skip to content

Commit 8eb6c4d

Browse files
committed
Impose minimum height on visual editor
This allows edit notices to actually be visible on extremely short or empty pages
1 parent 858321c commit 8eb6c4d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

resources/css/main.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -996,3 +996,6 @@ dl dt {
996996
.ve-ui-context-menu.ve-ui-desktopContext-menu {
997997
position: initial;
998998
}
999+
html.ve-activated .mw-body-content {
1000+
min-height: calc(33vh - var(--nav-height));
1001+
}

0 commit comments

Comments
 (0)