I've come up with a workaround that change the zIn...
# compose
d
I've come up with a workaround that change the zIndex of header and footer when I detect they aren't overlapping with the main content scrolling on top. This isn't great, I'd rather have a way to define which region should block the touches instead... The screenshot here, that below is a button, scrolled just enough so that it is considered overlapping and I cannot click it because I sent the zIndez to -1f. I think we miss some API here to handle this kind of situation where you have a scrolling content that can cover / reveal other components but you still want those components to be clickable. In other words I wish there was a way to provide the verticalScroll (or scrollable) with an area to be used for blocking touches. (code in thread)