I have a simple web page with some Lipsum content that is centered on the page. The page works fine in Chrome and Firefox. If I reduce the size of the window, the content fi
The original answer from https://github.com/philipwalton/flexbugs/issues/231#issuecomment-362790042
.flex-container{ min-height:100px; display:flex; align-items:center; } .flex-container:after{ content:''; min-height:inherit; font-size:0; }