I'm trying to create a module with a table component within in a container component both with auto heights. This combination of components works fine outside of a module, but as soon as I try to recreate these within a module the table gets hidden within the container.
Here your can see the component with the container with a fixed height. Just to show there is content in the table and the container component should hug the table height if set to auto.
But... as soon as I switch the height to auto the table contents is covered up.
I've tried adding the module to my app but the height is messed up here also.
Is this a bug or am I doing something wrong?