ListView sets inline styled on items in it.. How to stop that?

(note: using DynamicHeight)
When I add some VisualElements to a ListView, it sets a bunch of random inline styles to them, and the bottom of the list cuts off.
I have set everything I can to grow to fill available space but there is an inline style on #unity-content-container that is setting the height.

Exmaple:

anyone know ?

You can override Unity’s internal inline styles applying alongside your styles by just setting the values in your own style (right click the style name → Set Value).