Css – Adjust flex item to be as tall as needed, but no taller than container
I'm trying to replicate the same effect that you see on Trello in how a list is only as tall as needed, up to a limit determined by the list container. .container{ background-color: #00000020; display: flex; gap: 1em; height: 80vh;…