Skip to content

Commit

Permalink
fix(discover-log-explorer): fix popover alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Antonio Ghiani committed Aug 10, 2023
1 parent f824e40 commit 9d2be78
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export const DatasetsPopover = ({
<EuiPopover
id={POPOVER_ID}
data-test-subj="datasetSelectorPopover"
anchorPosition={isMobile ? 'downCenter' : 'downLeft'}
button={
<EuiButton
css={buttonStyles}
Expand Down

0 comments on commit 9d2be78

Please sign in to comment.