From 3bcd96e39ed4d7e132d73db8dec5c7cb9aaa783e Mon Sep 17 00:00:00 2001 From: Developing-Gamer Date: Tue, 2 Jun 2026 10:57:33 -0700 Subject: [PATCH] Improve Select dropdown layering and popper sizing. Raise z-index for dialog compatibility and let Radix constrain content height in popper mode. Co-authored-by: Cursor --- apps/dashboard/src/components/ui/select.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/dashboard/src/components/ui/select.tsx b/apps/dashboard/src/components/ui/select.tsx index 802765aff..d856b5b0d 100644 --- a/apps/dashboard/src/components/ui/select.tsx +++ b/apps/dashboard/src/components/ui/select.tsx @@ -86,12 +86,13 @@ const SelectContent = forwardRefIfNeeded< @@ -99,7 +100,7 @@ const SelectContent = forwardRefIfNeeded< className={cn( "p-1", position === "popper" && - "h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)]" + "w-full min-w-[var(--radix-select-trigger-width)]" )} > {children}