From 9af7d54f184225d88d6d6c5c96e23ce2efbab291 Mon Sep 17 00:00:00 2001 From: Marcelo Serpa Date: Fri, 17 May 2024 17:19:31 -0600 Subject: [PATCH] Fix width of popover not always matching the width of the select --- packages/components/src/custom-select-control-v2/styles.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/components/src/custom-select-control-v2/styles.ts b/packages/components/src/custom-select-control-v2/styles.ts index d2640f028be5e5..5e66cb6d6b6424 100644 --- a/packages/components/src/custom-select-control-v2/styles.ts +++ b/packages/components/src/custom-select-control-v2/styles.ts @@ -102,6 +102,7 @@ export const SelectPopover = styled( Ariakit.SelectPopover )` position: absolute !important; max-height: 400px; overflow: auto; + min-width: 100%; `; export const SelectItem = styled( Ariakit.SelectItem )`