Hi (Me again :smile: ) i have a main screen in my android app that is employing `androidx.compose.ma...
t
Hi (Me again 😄 ) i have a main screen in my android app that is employing
androidx.compose.material.BackdropScaffold
the frontcontent hosts a list of items it all works fine, however when the backdrop is "open" the frontcontent list cannot be scrolled down far enough to display the entire content of the last list item is there a
BackdropScaffold
configuration i am missing to allow the backdrop to be open and the user can scroll down to see the complete last item?