Currently, I am in the process of creating the second version of my new web app called Trekeffect. My main goal is to ensure that the interface content takes up 100% of the page's height. However, despite my best efforts, I haven't been successful in achieving this. I have tried making the HTML, body, and all other parent elements set to 100% height, but the content still doesn't fill the entire document.
The screenshot provided illustrates the issue I am facing:
If you want to see the problem for yourself, you can visit: and click on any city listed, such as Anchorage, Alaska.
I've spent time troubleshooting with Firebug, but unfortunately, nothing I do seems to solve the issue. Any assistance or suggestions would be greatly appreciated!