If there’s some clickable element in front of scrolling container, it seems like this element intercepts touch events, and container doesn’t scroll. Is there workaround for this behaviour? Code and video in 🧵
My understanding is: the component closer to the user will intercept the event… 🤷♂️
The FAB, for instance, has an elevation brings it in front of the list (closer to user in the Z axis).
Regarding the
Box
, the last element is the one in front of the others, following the same logic I mentioned.