Merge pull request #200 from unslothai/fix/sloth-z-index-overlay

fix: enable navbar z-index by adding relative position
This commit is contained in:
Roland Tannous 2026-02-21 17:15:05 +04:00 committed by GitHub
commit 44828f582f

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