Using static HTML I am able to achieve this putting height: 100%
on the html
element. I have read a bunch of similar issues on stackoverflow that talk about using the vh
and min-height
etc.. I haven't been able to get anything to work.
This is a working static page of what I want: https://stackblitz.com/edit/web-platform-esqhkb?file=index.html
When I put this same page in Angular the content is smashed between the header and footer:
https://stackblitz.com/edit/angular-fegvvw?file=src/app/app.component.html
How can I get my Angular layout to match that static layout?