How to display the BottomSheetDialogFragment above the BottomNavigationView. To be able to interact with the displayed BottomSheetDialogFragment as with a normal BottomSheetDialogFragment. Also, it should always be above the BottomNavigationView.
I've tried every way I can think of to realize this idea, but I can't(
Adding a bottom margin to the main bottom sheet layout might help, try it