From 56dc4347b1626f9520aead03990d093e70f44b25 Mon Sep 17 00:00:00 2001 From: masterhc Date: Fri, 19 Apr 2024 19:07:46 +0100 Subject: [PATCH] Reader now opens new page, so it had to be redecorated --- public/css/home.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/home.css b/public/css/home.css index 833fff2..7b23952 100644 --- a/public/css/home.css +++ b/public/css/home.css @@ -78,6 +78,7 @@ body position: fixed; top:0; background: var(--bgBetter); + z-index: 1; } .nav > .button-container {