From f508b40fd03ae64b8345f5d5e6157673983d260c Mon Sep 17 00:00:00 2001 From: muli Date: Sun, 24 Jul 2022 10:35:55 +0200 Subject: [PATCH] fix: Honor stacking context to fix vanishing menu. --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 2020fd0..2293d8c 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1478,6 +1478,7 @@ footer { background-image: none; margin: 0; padding: 0; + z-index: 40; } .slim_box__top_bar_left { @@ -1517,7 +1518,6 @@ footer { position: absolute; top: 6.5rem; right: 0; - z-index: 30; border-top: 2px solid var(--wtf-nearly-black); border-left: 2px solid var(--wtf-nearly-black); border-bottom: 2px solid var(--wtf-nearly-black); -- 2.30.2