This has likely been asked before, but we’re a hybrid app that still has tons of existing XML based UI, including fragments. Those fragments are slowly being migrated to compose. We’re run into limitations with modal bottom sheets, in that they really need to be the top most view in the hierarchy or they cannot present the scrim over all the content. I’m curious what people are doing in this case. Are you using a bottom sheet dialog fragment and just not using ModalBottomSheetLayout?