mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
CSS: Restrict #content-wrapper height to window
This commit is contained in:
parent
cfbeb26354
commit
d579428ff9
@ -19,8 +19,9 @@ body {
|
||||
}
|
||||
|
||||
#content-wrapper {
|
||||
flex: 1;
|
||||
flex: 1 1 auto;
|
||||
display: flex;
|
||||
height: 0;
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user