Every time I’ve tried to use flexbox to stretch one child to take up the space not used by the other children, it fails to work. The other children go to their specified sizes and the remaining child (with a height not set) stays at its “stretched” size that it would be if the other children were also stretching.
This wouldn’t be a problem if we could use vertical flexboxes. But… Safari… so we can’t.
Really frustrating… Any ideas?