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
I created a bottom sheet with scrollable content and a white background. The bottom sheet content has a safe area inset bottom that is not very beautiful. The only way I found to remove it is to add .edgesIgnoringSafeArea(.bottom)after the .bottomSheet, but this will also apply to my view. Is it possible to fix this in the library?
I created a bottom sheet with scrollable content and a white background. The bottom sheet content has a safe area inset bottom that is not very beautiful. The only way I found to remove it is to add
.edgesIgnoringSafeArea(.bottom)
after the.bottomSheet
, but this will also apply to my view. Is it possible to fix this in the library?First option:
Second option:
The text was updated successfully, but these errors were encountered: