[Graph] Fix positioning of Add fields popover (#141040)

* [Graph] Fix positioning of Add fields popover

* [Graph] Fix positioning of Edit field popover
This commit is contained in:
Julia Rechkunova 2022-09-20 14:09:40 +02:00 committed by GitHub
parent 003d37ef35
commit 3487e3a221
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -125,7 +125,7 @@ export function FieldEditor({
return (
<EuiPopover
id={`graphFieldEditor-${initialField.name}`}
anchorPosition="downLeft"
anchorPosition="downCenter"
ownFocus
panelPaddingSize="none"
button={

View file

@ -49,7 +49,7 @@ export function FieldPicker({
return (
<EuiPopover
id="graphFieldPicker"
anchorPosition="downLeft"
anchorPosition="downCenter"
ownFocus
panelPaddingSize="none"
button={