From cc1688a12433fa9bedfd22ddfaf2487b356d52a5 Mon Sep 17 00:00:00 2001 From: Ruben Date: Sun, 11 Aug 2024 13:48:17 -0500 Subject: [PATCH] z-index 10 the navbar --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index e882c46..a275b78 100644 --- a/style.css +++ b/style.css @@ -307,6 +307,7 @@ top navbar styling. attempts to look like a desktop panel/window manager bar .navbar { position: fixed; top: 0 !important; + z-index: 10; min-width: 100%; max-width: 100%; min-height: 2.3em;