From e2d0fb16128b3fecd657dfa5c04b9a615cb1ad3c Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sat, 24 Sep 2022 11:09:28 -0400 Subject: [PATCH] Something about the way we were rendering items in the banner bar was making it overflow and scrollbars were appearing. Removed all of the float styling for now. I will rewrite it as a flexbox. --- webcit-ng/static/index.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/webcit-ng/static/index.html b/webcit-ng/static/index.html index 2d9f4d8a3..a320f4c22 100644 --- a/webcit-ng/static/index.html +++ b/webcit-ng/static/index.html @@ -20,16 +20,12 @@