I'm having issues auto-expanding the height of a container to fit it's content.
Main container (containerBackground) has no height, with Min H = 60
and Max H = 240
. All sub-containers (other than the main text) have a fixed height of of 60px
- with the main text container having no specified Height
, Min H
or Max H
... to hopefully auto-expand.
However, the main container always appears with a height of the Max H
(i.e., 240px).
Please see screenshot attached where both examples are the same height, regardless of content! π