I'm working on an app that will be primarily used via web browser. I have a structure like:
Container
Column
ListView
ListTile
When the listview has items in it, it scrolls as expected, but the outline of the list tiles are visible past the border of the container that contains the column and listview. Here's a video that shows what I mean. It's of the bottom edge of the list view, you can see how the tiles go past the border of the container. I made sure the page background color is not opaque. Is this normal? I don't see any settings or other way to change this behavior.
*couldn't upload a video, but the pic I attached hopefully shows what I mean. The light green boxes without any visible text are list tiles with data, but they are showing like that outside of the container the list box is in.