diff --git a/packages/ui/src/Select.recipe.ts b/packages/ui/src/Select.recipe.ts index 5d10836..ce7bdc1 100644 --- a/packages/ui/src/Select.recipe.ts +++ b/packages/ui/src/Select.recipe.ts @@ -122,6 +122,8 @@ export const select = defineSlotRecipe({ // button it measures; `ComboBox` measures its own control and sets the // width inline, because RAC's var is the *input's* width there. minWidth: "var(--trigger-width)", + display: "flex", + flexDirection: "column", bg: "white", color: "inherit", py: "2", @@ -141,7 +143,6 @@ export const select = defineSlotRecipe({ }, list: { outline: "none", - maxHeight: "inherit", overflowY: "auto", }, option: {