Hi! Can someone help me with the Material3.ModalBo...
# compose
a
Hi! Can someone help me with the Material3.ModalBottomSheet overlapping the system navigation buttons issue when enableEdgeToEdge is disabled? I found a few references in IssueTracker, but they don’t seem to work. I tried adding bottom padding to the root content of ModalBottomSheet like .padding(bottom = WindowInsets.navigationBarsIgnoringVisibility.asPaddingValues().calculateBottomPadding()) It does fix the issue in portrait mode, but when the orientation is turned to the right, the left side of the bottom sheet still gets overlapped.