As mentioned here, a Modal Bottom Sheet, like dialogs, appears on top of the app content. Anything modal is drawn above the app content. That's why the Snackbar inside the Scaffold gets covered by the Modal Bottom Sheet.
If we want to display a Snackbar above the Modal Bottom Sheet, we should show it inside the content of this composable.