Skip to content

Commit

Permalink
Fix Emotion tooltip arrows
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Nov 7, 2022
1 parent 5c071a8 commit 1aff81a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export class _SearchMarkerTooltip extends React.PureComponent<
>
<div
css={[styles.euiToolTip__arrow]} // TODO: Add styles.arrowPositions.left in next Kibana EUI upgrade
className="euiToolTip__arrow" // TODO: Remove this when the above is done
style={{ left: width || 0, top: (height || 0) / 2 - POPOVER_ARROW_SIZE / 2 }}
/>
<div>{children}</div>
Expand Down

0 comments on commit 1aff81a

Please sign in to comment.