diff --git a/src/App.css b/src/App.css index 8f34993..c30d1ec 100644 --- a/src/App.css +++ b/src/App.css @@ -25,6 +25,7 @@ body { } #topbar { + z-index: 1000; max-width: 460px; } #content { diff --git a/src/components/Navbar/topbar.tsx b/src/components/Navbar/topbar.tsx index 108a6f4..721074b 100644 --- a/src/components/Navbar/topbar.tsx +++ b/src/components/Navbar/topbar.tsx @@ -8,7 +8,7 @@ import { NavMobile } from "./nav-mobile"; export const Topbar = () => { return ( -