🐛 fix: Set modal prop to false for DropdownMenu in multiple components for improved user experience

This commit is contained in:
web@ppanel
2025-12-29 09:54:34 +00:00
parent fe14002359
commit 0253b62b63
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ export function UserNav() {
if (user) {
return (
<DropdownMenu>
<DropdownMenu modal={false}>
<DropdownMenuTrigger asChild>
<div className="flex cursor-pointer items-center gap-2 rounded-full border bg-background px-2 py-1.5 transition-colors duration-200 hover:bg-accent">
<Avatar className="h-6 w-6">