CSS: Hide ‘empty’ containers in main

This commit is contained in:
Florian Strohmaier 2019-07-03 16:57:46 +02:00 committed by Johannes Meyer
parent b4c1e8e846
commit ead543e373
1 changed files with 4 additions and 3 deletions

View File

@ -102,9 +102,10 @@
.clearfix();
& > .container {
float: left;
// Column width controlled by #layout
width: 100%;
&:empty {
display: none;
}
// Container scrolling
height: 100%;