From a310ee01e9ec9ab9cd0b5ca506efaa24e7e8a57d Mon Sep 17 00:00:00 2001 From: ramo-dev Date: Fri, 8 Mar 2024 03:18:20 +0300 Subject: [PATCH] author-profile fix --- src/components/Navbar/navbarStyles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Navbar/navbarStyles.css b/src/components/Navbar/navbarStyles.css index ffb1f75..3c2e7af 100644 --- a/src/components/Navbar/navbarStyles.css +++ b/src/components/Navbar/navbarStyles.css @@ -11,6 +11,7 @@ nav{ position: fixed; width: 100%; transition: 0.2s ease-in-out; + z-index: 3; } .logo a{ text-decoration: none;