Skip to content

Commit

Permalink
refactor: position the popover below the select component
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-musallam committed Aug 30, 2024
1 parent 7ac9fa0 commit 974e38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/elements/Select2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function InnerSelect2<T extends Record<string, any> = SelectDefaultItem>(
{...otherProps}
placeholder={filterPlaceholder}
fill={fill}
popoverProps={{ minimal: true, ...popoverProps }}
popoverProps={{ minimal: true, placement: 'bottom', ...popoverProps }}
>
<Button
ref={ref}
Expand Down

0 comments on commit 974e38f

Please sign in to comment.