I made a standard layout for a webpage that has a header, sidebar, main content area, and a footer. I'm using flex, and min height, and all browsers I've used it looks great, except when I go on IE. I am running IE11, and according to caniuse.com all the css that I am using is available for IE11. The problem I am having with ie, is the area that I have min-height:100%;
will have a height of what looks like 0. If I change min-height
to height
it will look good until I get to a page where the content has more height than 100%. I was able to recreate this in jsfiddle:
If I can provide any additional info I will do my best.