I just got into the flex world and am struggling a little with a setup like this one: https://jsfiddle.net/5b0pLgkj/
In Chrome and Safari it works perfectly, children elements can be re-sized and they take the full empty space of the container. In Firefox, however, flex:1
does not seem to do anything and children can't be resized (although the height seems to be changing in the DOM).
Is it really necessary to use flex:auto
?. When I do that it seems to work but children no longer take all the empty space. Any thoughts?
Thank you!