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
The dynamic sizing does not work correctly when the content is smaller than the footer component. The content is behind the footerComponent and gets not bumped up with enableFooterMarginAdjustment from the BottomSheetScrollView.
When i add a minHeight to my content thats bigger than the height of the footer it works, but when not the content is behind the sticky footer.
Reproduction steps
Add a BottomSheetModal
Set enableDynamicSizing to true
Add a footerComponent with BottomSheetFooter
Add BottomSheetScrollView as child with enableFooterMarginAdjustment
Add some Text as child of the BottomSheetScrollView (needs to be smaller than the footerComponent)