CSS: Restrict #content-wrapper height to window
This commit is contained in:
parent
cfbeb26354
commit
d579428ff9
|
@ -19,8 +19,9 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#content-wrapper {
|
#content-wrapper {
|
||||||
flex: 1;
|
flex: 1 1 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
height: 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue