From 3c2bf07ed33d61ef0ac83571789b19c204761572 Mon Sep 17 00:00:00 2001 From: bonkmaykr <42302831+bonkmaykrQ@users.noreply.github.com> Date: Mon, 8 Aug 2022 20:15:02 -0500 Subject: [PATCH] fix footer overlap, may break things --- blueroses.css | 1 + 1 file changed, 1 insertion(+) diff --git a/blueroses.css b/blueroses.css index 827c504..5cde094 100644 --- a/blueroses.css +++ b/blueroses.css @@ -255,6 +255,7 @@ body:not([data-_ssecondarynavmode="Float"]) > wrapper > #SecondaryNav > wrapper backdrop-filter: blur(20px) !important; box-shadow: 0px 0px 5px black, 0px 0px 7px black, 0px 0px 10px black !important; padding-bottom:10px; + z-index:0; } #PrimaryNav {