Skip to content

Commit

Permalink
Prevent the suggestion popover from flipping to the top (#42625)
Browse files Browse the repository at this point in the history
  • Loading branch information
romeovs committed May 14, 2024
1 parent 2555eeb commit 50e64ab
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ export function ExpressionEditorSuggestions({
radius="xs"
withinPortal
zIndex={DEFAULT_POPOVER_Z_INDEX}
middlewares={{
flip: false,
shift: false,
inline: false,
}}
>
<Popover.Target>{children}</Popover.Target>
<Popover.Dropdown>
Expand Down

0 comments on commit 50e64ab

Please sign in to comment.