From 16176f33cae0f1421f257044a1c3cd1da6704468 Mon Sep 17 00:00:00 2001 From: thinkpadmaster Date: Wed, 5 Jul 2023 21:55:07 -0500 Subject: Fix hierarchy in hamburger nav --- data/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/static/style.css b/data/static/style.css index cc89f3a..2a36919 100644 --- a/data/static/style.css +++ b/data/static/style.css @@ -278,7 +278,7 @@ img { .toggler{ /* ALWAYS KEEPING THE TOGGLER OR THE CHECKBOX ON TOP OF EVERYTHING : */ visibility: visible; - z-index:3; + z-index: 4; height: 40px; width: 40px; position: fixed; @@ -290,7 +290,7 @@ img { } .hamburger{ - z-index: 2; + z-index: 3; position: fixed; top: 15px; right: 15px; -- cgit v1.2.3