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); }