How Do I Fix A Flexbox Sticky Footer In IE11

Undistraction picture Undistraction · Aug 5, 2015 · Viewed 13k times · Source

I have created a sticky footer using flexbox. It works in all browsers apart from IE11.

Codepen

Why is it breaking in IE11 and how can I fix it?

Answer

Timofey Orischenko picture Timofey Orischenko · Jan 16, 2017

Try

flex: 1 0 auto;

for content block