From 9d3f3bdf8424dfe2b27338b05e660edbb32ccfc2 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Thu, 26 Jan 2017 15:01:09 -0600 Subject: [PATCH] Fix page height overflowing --- public_html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/style.css b/public_html/style.css index c80ba48..ce3be7b 100644 --- a/public_html/style.css +++ b/public_html/style.css @@ -5,7 +5,7 @@ html, body { #layout_container { display: flex; - height: 100%; + height: calc(100% - 60px);; } #selected_infoblock {