Ensure min-height for left and right sidebar in editor

This commit is contained in:
Sebastian Serth
2022-09-04 11:48:53 +02:00
parent 22cd202e9d
commit fbe80ac557

View File

@ -20,6 +20,9 @@
}
}
#content-left-sidebar, #content-right-sidebar {
min-height: 250px;
}
.frame {
display: none;