From c499b2a7ce17f99a97990b2424d584cc56703276 Mon Sep 17 00:00:00 2001 From: Andrew Simonson Date: Mon, 26 Feb 2024 15:45:03 -0600 Subject: [PATCH] fixed invisible overflow glitch --- src/static/css/App.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/static/css/App.css b/src/static/css/App.css index 8dab421..42e4465 100644 --- a/src/static/css/App.css +++ b/src/static/css/App.css @@ -142,7 +142,7 @@ a { #homeIcon { margin: auto; display: block; - width: 3em; + width: 5em; } #homeName { @@ -334,6 +334,7 @@ a { position: absolute; left: 0; justify-content: center; + z-index: -1; } .nomargin {