We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b51c2a commit c29e406Copy full SHA for c29e406
src/components/site-header.tsx
@@ -8,11 +8,11 @@ import { ThemeToggle } from "@/components/theme-toggle"
8
9
export function SiteHeader() {
10
return (
11
- <header className="sticky top-0 z-999 w-full border-b bg-background">
+ <header className="sticky top-0 z-[999] w-full border-b bg-background">
12
<div className="container flex h-20 items-center space-x-4 sm:justify-between sm:space-x-0">
13
<MainNav items={siteConfig.mainNav} />
14
</div>
15
</header>
16
)
17
}
18
-
+
0 commit comments