UPDATE
I attempted to insert height:100vh
into the .app-container
, but unfortunately, it did not have the desired effect.
I am utilizing bootstrap 4
for creating my web application.
My goal is to implement the Holy grail layout
.
Everything appears to be working correctly on Chrome
, however, when testing on IE 11
:
https://i.sstatic.net/GI61Z.png
However, the layout display in IE 11
is different:
https://i.sstatic.net/b1Acv.png
The green section does not grow as intended in Chrome.
Below are the classes from my layout.scss
that I am using:
.app-container {
// Other CSS classes here
}
// More CSS code
If you need more information or want to view the complete code, check out my codepen
Please assist if you can. Thank you!