mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Prevent in app tutorial tooltip from overflowing (#5043)
Don't show in changelog
This commit is contained in:
@@ -325,6 +325,10 @@ const InAppTutorialTooltipDisplayer = ({
|
||||
enabled: true,
|
||||
offset: '0,10',
|
||||
},
|
||||
preventOverflow: {
|
||||
enabled: true,
|
||||
boundariesElement: document.querySelector('.main-frame'),
|
||||
},
|
||||
},
|
||||
}}
|
||||
style={{
|
||||
|
Reference in New Issue
Block a user