fix: z-index 100 is higher than dropdown menu
This commit is contained in:
parent
4015cb3143
commit
ea0c74aa12
@ -60,7 +60,7 @@ export function Navbar({ scroll }: NavBarProps) {
|
||||
return (
|
||||
<section
|
||||
className={cn(
|
||||
'sticky inset-x-0 top-0 z-100 py-4 transition-all duration-300',
|
||||
'sticky inset-x-0 top-0 z-40 py-4 transition-all duration-300',
|
||||
scroll
|
||||
? scrolled
|
||||
? 'bg-background/80 backdrop-blur-md border-b supports-backdrop-filter:bg-background/60'
|
||||
|
Loading…
Reference in New Issue
Block a user