From 4fd4fd698735946e2810f1566b95be6567b9a334 Mon Sep 17 00:00:00 2001 From: William Tran Date: Thu, 26 Aug 2021 19:52:49 -0400 Subject: [PATCH] Add back in navbar z-index --- components/Navbar.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Navbar.module.css b/components/Navbar.module.css index d0ae6f57..82e5475d 100644 --- a/components/Navbar.module.css +++ b/components/Navbar.module.css @@ -2,6 +2,7 @@ display: flex; justify-content: center; align-items: center; + z-index: 10; background-color: var(--primary-background); }