From c74bbe3fa233a34b45d1eb306f2b880bbd0963a1 Mon Sep 17 00:00:00 2001 From: Fred Hohman Date: Thu, 23 Jan 2020 13:37:45 -0500 Subject: [PATCH] add overflow hidden to wrapper, likely new chrome version broke div sizing --- css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/style.css b/css/style.css index dc9fda3..e7bc740 100644 --- a/css/style.css +++ b/css/style.css @@ -30,6 +30,7 @@ html, body { /* height: 100%; */ height: 900px; /* height: 95%; */ + overflow: hidden; } header {