<Overflow composable is not visible in ContextualF...
# stackoverflow
r
Overflow composable is not visible in ContextualFlowRow when using verticalScroll modifier In my scenario I expand ItemsContent to maximum height when at least one item is focused and shrink to 40.dp, when none are focused (to show only single row). Now I am trying to implement the ability to scroll to specific item within ContextualFlowRow using verticalScroll modifier when none of the items are focused (single row is visible), however, adding verticalScroll Modifier the overflow specified composable is not visible anymore. If I remove verticalScroll modifier, the overflow works...