Skip to content

Commit

Permalink
fix(gatsby-plugin-gatsby-cloud): Preview UI tooltip (#33917)
Browse files Browse the repository at this point in the history
  • Loading branch information
leithonenglish authored Nov 10, 2021
1 parent 15be53d commit 651ab47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function IndicatorButtonTooltip({
overrideShowTooltip || showTooltip
}`}
data-testid={`${testId}-tooltip`}
style={{ top: `${elmOffsetTop}px` }}
style={{ top: `${elmOffsetTop()}px` }}
>
{tooltipContent}
</div>
Expand Down

0 comments on commit 651ab47

Please sign in to comment.