Skip to content

Commit f7fadf2

Browse files
authored
Merge branch 'main' into devin/1763390447-add-org-trial-days
2 parents 80650df + 7635d33 commit f7fadf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/components/dropdown/Dropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const DropdownMenuContent = forwardRef<HTMLDivElement, DropdownMenuConten
3939
{...props}
4040
sideOffset={sideOffset}
4141
className={classNames(
42-
"shadow-dropdown bg-default border-subtle relative z-10 origin-top-right space-y-[1px] rounded-xl border p-1 text-sm",
42+
"shadow-dropdown bg-default border-subtle relative z-50 origin-top-right space-y-[1px] rounded-xl border p-1 text-sm",
4343
"w-[220px]",
4444
props.className
4545
)}

0 commit comments

Comments
 (0)