I would like a flex-element
with a min-height of 100%.
There is a child element always at the bottom.
If the content in the first flex child is longer than the screen the site should be normal scrollable.
Here is a pen I made.
Why is it working with height but not min-height?
height: 100%; // works
min-height: 100%; // doesn't works