Fix page height overflowing

This commit is contained in:
James Wilson 2017-01-26 15:01:09 -06:00
parent bee850061e
commit 9d3f3bdf84

View file

@ -5,7 +5,7 @@ html, body {
#layout_container { #layout_container {
display: flex; display: flex;
height: 100%; height: calc(100% - 60px);;
} }
#selected_infoblock { #selected_infoblock {