mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: solid background on mobile navigation (#22105)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user