Flex box fill parent, but don't stretch parent on overflow
问题 This is a similar question to Can you make a flexbox child expand to fit parent but not contents? , however, that solution doesn't work for me. I have a layout such that the whole page should always fit on screen (between header and footer), and if contents is too large, then its container should scroll. (Basically the last example from: https://css-tricks.com/snippets/css/a-guide-to-flexbox/) I already tried the solution from the question I linked above: #chat { background-color: #ceecf5;