ModalBottomSheet Intercepts when LazyColumn Scrolling Stops
I have a simple LazyColumn in a ModalBottomSheet. The issue is that when the LazyColumn scrolling comes to a stop the ModalBottomsSheet briefly takes scroll control for a second before LazyColumn regains control. The bottom sheet should only be draggable on the handle or when scrolling reaches the top.