Fix page height overflowing
This commit is contained in:
parent
bee850061e
commit
9d3f3bdf84
|
@ -5,7 +5,7 @@ html, body {
|
||||||
|
|
||||||
#layout_container {
|
#layout_container {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100%;
|
height: calc(100% - 60px);;
|
||||||
}
|
}
|
||||||
|
|
||||||
#selected_infoblock {
|
#selected_infoblock {
|
||||||
|
|
Loading…
Reference in a new issue