CSS: Restrict #content-wrapper height to window

This commit is contained in:
Florian Strohmaier 2019-07-03 16:50:17 +02:00 committed by Johannes Meyer
parent cfbeb26354
commit d579428ff9
1 changed files with 2 additions and 1 deletions

View File

@ -19,8 +19,9 @@ body {
}
#content-wrapper {
flex: 1;
flex: 1 1 auto;
display: flex;
height: 0;
}