We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5890bc0 commit 97cddcfCopy full SHA for 97cddcf
entry_types/scrolled/package/src/contentElements/hotspots/Hotspots.js
@@ -47,7 +47,8 @@ export function Hotspots({
47
configuration.enableFullscreen}
48
keepTooltipsInViewport={configuration.position === 'backdrop'}
49
onFullscreenEnter={enterFullscreen}
50
- floatingStrategy={configuration.position === 'standAlone' ? 'fixed' : 'absolute'}>
+ floatingStrategy={(configuration.position === 'standAlone' ||
51
+ configuration.position === 'backdrop') ? 'fixed' : 'absolute'}>
52
{children =>
53
<ContentElementBox>
54
<ContentElementFigure configuration={configuration}>
0 commit comments