Skip to content

Commit

Permalink
Merge pull request #157 from 10up/fix/link-popover-alignement
Browse files Browse the repository at this point in the history
Fix alignment of Popover in Link Component
  • Loading branch information
fabiankaegy authored Oct 13, 2022
2 parents 0bcfd93 + 8a3d892 commit b519543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/link/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ const Link = ({

{isPopoverVisible && (
<Popover
position="bottom center"
anchorRef={linkRef.current}
anchor={linkRef.current}
ref={popoverRef}
focusOnMount={false}
>
Expand Down

0 comments on commit b519543

Please sign in to comment.