From 29183e648a14e8e4305ae3ada872e295c12b2b6e Mon Sep 17 00:00:00 2001 From: Jacob Haddon Date: Sun, 25 Oct 2020 22:11:33 -0400 Subject: [PATCH] removed overflow from #wrapper moved to #footer, need to see if was needed in #wrapper --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 36c58a0..ac535bf 100644 --- a/style.css +++ b/style.css @@ -115,7 +115,7 @@ div#wrapper -moz-box-shadow: 1px 0 20px #dddddd; -webkit-box-shadow: 1px 0 20px #dddddd; box-shadow: 1px 0 20px #dddddd; - overflow: hidden; +/* overflow: hidden; */ padding-top: 20px; } @@ -427,6 +427,7 @@ div#footer -moz-box-shadow: 1px 4 20px #dddddd; -webkit-box-shadow: 1px 4 20px #dddddd; box-shadow: 1px 4 20px #dddddd; + overflow: hidden; } #footer p.credits