fix: enable navbar z-index by adding relative position

This commit is contained in:
imagineer99 2026-02-21 08:37:47 +00:00
commit 33b31c6be6

View file

@ -57,7 +57,7 @@ export function Navbar() {
};
return (
<header className="top-0 z-40 h-16 w-full">
<header className="relative top-0 z-40 h-16 w-full">
<div className="mx-auto flex h-full max-w-7xl items-center justify-between px-4 sm:px-6">
{/* Left: logo */}
<div