From 7f79238868d5b6ba1966fdd91abd7d82e98a67dc Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Sun, 25 Sep 2022 08:45:56 -0700 Subject: [PATCH] Make sure the header stays on top of everything (z-order fix) --- static/styles/root.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/styles/root.css b/static/styles/root.css index 40291f3..51f6bfc 100644 --- a/static/styles/root.css +++ b/static/styles/root.css @@ -188,6 +188,7 @@ header.site { top: 0.5rem; visibility: hidden; width: 100%; + z-index: 10000; } header.site.visible { visibility: visible;