Skip to content

Commit 651ab47

Browse files
fix(gatsby-plugin-gatsby-cloud): Preview UI tooltip (#33917)
1 parent 15be53d commit 651ab47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-plugin-gatsby-cloud/src/components/tooltips/IndicatorButtonTooltip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function IndicatorButtonTooltip({
2121
overrideShowTooltip || showTooltip
2222
}`}
2323
data-testid={`${testId}-tooltip`}
24-
style={{ top: `${elmOffsetTop}px` }}
24+
style={{ top: `${elmOffsetTop()}px` }}
2525
>
2626
{tooltipContent}
2727
</div>

0 commit comments

Comments
 (0)