In html I have a container in the body to contain every element and I want it to take up the whole height of the page.
When I make the height 100% it only sets it to the size needed to contain the elements, so I have to apply 100vh to the height for it to work. How can I make setting the height to 100% work?