mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[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:
parent
003d37ef35
commit
3487e3a221
2 changed files with 2 additions and 2 deletions
|
@ -125,7 +125,7 @@ export function FieldEditor({
|
|||
return (
|
||||
<EuiPopover
|
||||
id={`graphFieldEditor-${initialField.name}`}
|
||||
anchorPosition="downLeft"
|
||||
anchorPosition="downCenter"
|
||||
ownFocus
|
||||
panelPaddingSize="none"
|
||||
button={
|
||||
|
|
|
@ -49,7 +49,7 @@ export function FieldPicker({
|
|||
return (
|
||||
<EuiPopover
|
||||
id="graphFieldPicker"
|
||||
anchorPosition="downLeft"
|
||||
anchorPosition="downCenter"
|
||||
ownFocus
|
||||
panelPaddingSize="none"
|
||||
button={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue