chore: make navbar z-index higher

This commit is contained in:
javayhu 2025-06-07 18:15:42 +08:00
parent da69bb7d20
commit 9b7c1387f9

View File

@ -60,7 +60,7 @@ export function Navbar({ scroll }: NavBarProps) {
return (
<section
className={cn(
'sticky inset-x-0 top-0 z-40 py-4 transition-all duration-300',
'sticky inset-x-0 top-0 z-100 py-4 transition-all duration-300',
scroll
? scrolled
? 'bg-background/80 backdrop-blur-md border-b supports-backdrop-filter:bg-background/60'