This repository demonstrates an uncommon issue encountered when using percentage-based heights within CSS flexbox containers. The child element's height does not expand to fill the container's height ...
The flexbox layout algo has very specific rules for determining the main (step 4) and cross (step 15) size of the flex container. But these rules are wrong! Step 4 is handwavey (which @SimonSapin has ...