Currently facing an issue on the test page when scrolling down:
The body element is set to have a height of 100%, but it only takes up the viewport's height, not the entire document height.
The goal is for the page to always display at 100% of the document's height.
It is important that the document height is never less than the viewport height.
There should be no empty space at the top or bottom of the page.
I am unsure why it is currently limited to 100% viewport height only.
Can someone help me understand this?