I made the following code pen to illustrate my issue. https://codepen.io/anon/pen/OmGZed
In my example i have a header, and the rest of the page to the bottom is the body. Inside that is a child that i want to inherit the height of the bottom container.
So the .body element has the right height, but the .child element does not seem to want to inherit its parent height.
Is there a way to make the child inherit .body height? I tried height: 100%
and height: inherit
But nothing seems to work. Interestingly FF works Chrome or IE does not.