Fix page height overflowing
This commit is contained in:
parent
bee850061e
commit
9d3f3bdf84
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue