From aefdcca3698ff5e27dd72e0f930cad6a64aace87 Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Wed, 9 Oct 2024 21:36:16 +0100 Subject: [PATCH] increase z-index of reveal-sidebar-btn --- apps/home/static/home/css/sidebar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/home/static/home/css/sidebar.css b/apps/home/static/home/css/sidebar.css index 8555708..3d3db9b 100644 --- a/apps/home/static/home/css/sidebar.css +++ b/apps/home/static/home/css/sidebar.css @@ -2,6 +2,7 @@ /* Show Sidebar Button */ .reveal-sidebar-btn { + z-index: 998; display: none; position: fixed; bottom: 1rem;