You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In upgrading to Unity 6, the #SafeArea visual element does not appear to work the same anymore. In the screenshot you'll notice that the #SafeArea does not line up with yellow safe area lines. On top of that, the #safe-area-content-container sometimes overflows the bounds depending on content inside it.
Adding _contentContainer.style.flexShrink = 1; to the #safe-area-content-container appears to resolve the overflowing issue.
The text was updated successfully, but these errors were encountered:
In upgrading to Unity 6, the #SafeArea visual element does not appear to work the same anymore. In the screenshot you'll notice that the #SafeArea does not line up with yellow safe area lines. On top of that, the #safe-area-content-container sometimes overflows the bounds depending on content inside it.
Adding
_contentContainer.style.flexShrink = 1;
to the #safe-area-content-container appears to resolve the overflowing issue.The text was updated successfully, but these errors were encountered: