Hi,
I have the following issue:
When displaying the bottom sheet over a TabBar the TabBar is still visible and not covered by the bottom sheet.
The .partialSheet(isPresented: Binding) { BottomSheetView()} is called within the first tab.
Is this the right way?
Thanks in advance.