fix: solid background on mobile navigation (#22105)

This commit is contained in:
Jake Howell
2026-02-15 13:31:22 +11:00
committed by GitHub
parent 0822cbdafe
commit 1591f42d9b
@@ -63,7 +63,7 @@ export const MobileMenu: FC<MobileMenuProps> = ({
return (
<DropdownMenu open={open} onOpenChange={setOpen}>
{open && (
<div className="fixed inset-0 top-[72px] backdrop-blur-sm z-10 bg-surface-primary/50" />
<div className="fixed inset-0 top-[72px] z-10 bg-surface-primary" />
)}
<DropdownMenuTrigger asChild>
<Button