Skip to content

Commit

Permalink
fix(popover): fixed popover flip (#1692)
Browse files Browse the repository at this point in the history
  • Loading branch information
berber1016 committed Dec 16, 2021
1 parent 0feb381 commit f062748
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/popover/Popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ const Popover = (props: PopoverProps) => {
{
name: 'flip',
options: {
fallbackPlacements: ['right', 'left', 'left-top', 'left-end'],
allowedAutoPlacements: ['left-end', 'left-start', 'left'],
flipVariations: false,
},
},
],
Expand Down

1 comment on commit f062748

@vercel
Copy link

@vercel vercel bot commented on f062748 Dec 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.