I am creating a layout for my application and its with fixed header , Footer and Left Menu. The content is scrolling while other are fixed. I have no problem in making the layout. When I am trying to give the display:flex
to my .center-container
class , it is not rendering properly in IE-10.
Below is my CSS
.center-container {
height: 100%;
display: flex;
width: 100%;
margin: 0;
}
Also the html is big and I have created JSFiddle Link for that.