Is there a way to make the bottom-most row (highlighted in yellow) expand downward to fill available space?
Check out this link for reference: https://jsfiddle.net/darrengates/oucvnfke/
I initially thought using:
flex: auto;
would solve the issue. While I'm open to .js solutions, a pure CSS solution would be ideal without changing the HTML markup.
The concept is to have a fixed top container (light green), and a bottom container that can expand to fit its content, even if it's divided into 2 columns.