I\'ve been looking through all the min-height: 100% solutions on StackOverflow and the web and I can\'t seem to find one that fits my (relatively simple) needs.
Here\'s
USE height: 100% for IE
height: 100%
IE will ignore min-height property here, but chrome will pick it.
IE
min-height
chrome
i am not sure about the reason but i hope it works fine.
.container { display: flex; align-items: stretch; height: 100%; min-height:100%; }
Codepen
http://codepen.io/anon/pen/KDJjC