im using the material3 `ModalBottomSheetLayout` co...
# compose
a
im using the material3
ModalBottomSheetLayout
component where I need to nest content with a
LazyColumn
. When i do that, the content refuses to scroll . I use a
LazyVerticalGrid
, like magic it scrolls. Anyone have a workaround that lets you use a lazycolumn? It has to somewhat do with the draggable anchors code but not entirely sure why one works, but not the other