Skip to content

Commit

Permalink
Fix width of popover not always matching the width of the select
Browse files Browse the repository at this point in the history
  • Loading branch information
fullofcaffeine committed May 17, 2024
1 parent 5818e1a commit 9af7d54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/custom-select-control-v2/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 )`
Expand Down

0 comments on commit 9af7d54

Please sign in to comment.