Skip to content
Snippets Groups Projects
Unverified Commit 50e64abf authored by Romeo Van Snick's avatar Romeo Van Snick Committed by GitHub
Browse files

Prevent the suggestion popover from flipping to the top (#42625)

parent 2555eeba
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment