From 0a1b87461e8db3caf4f9656aa8dff5522c33c5ea Mon Sep 17 00:00:00 2001 From: malik Date: Thu, 8 Feb 2024 23:51:29 +0100 Subject: [PATCH] Fix nav being under content on mobile --- css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/style.css b/css/style.css index 2728c4e..e93bcde 100644 --- a/css/style.css +++ b/css/style.css @@ -23,6 +23,8 @@ } .navbar { + z-index: 2; + position: relative; width: 100%; display: flex; align-items: center;