agrosner
07/11/2025, 8:18 PMModalBottomSheetLayout
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