Prevent in app tutorial tooltip from overflowing (#5043)

Don't show in changelog
This commit is contained in:
AlexandreS
2023-03-01 13:13:52 +01:00
committed by GitHub
parent b2d13077a8
commit 6c26d69a7b

View File

@@ -325,6 +325,10 @@ const InAppTutorialTooltipDisplayer = ({
enabled: true,
offset: '0,10',
},
preventOverflow: {
enabled: true,
boundariesElement: document.querySelector('.main-frame'),
},
},
}}
style={{