Skip to content

Commit

Permalink
increased the z-index of the site header because some buttons go abov…
Browse files Browse the repository at this point in the history
…e it
  • Loading branch information
smith911-tech committed Apr 23, 2024
1 parent 816b654 commit 6f26501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/next-template/components/site-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { ThemeToggle } from "@/components/theme-toggle"

export function SiteHeader() {
return (
<header className="sticky top-0 z-40 w-full border-b bg-background">
<header className="sticky top-0 z-[999] w-full border-b bg-background">
<div className="container flex h-16 items-center space-x-4 sm:justify-between sm:space-x-0">
<MainNav items={siteConfig.mainNav} />
<div className="flex flex-1 items-center justify-end space-x-4">
Expand Down

0 comments on commit 6f26501

Please sign in to comment.