jglamine / calvinwebprint

A friendlier interface to the printing system at Calvin College.
https://calvinwebprint.com
MIT License
6 stars 7 forks source link

Set a minimum height on the main content div between the header and footer #28

Closed jglamine closed 9 years ago

jglamine commented 9 years ago

When the page loads on slow networks, the footer appears at the top of the page before content has loaded. This is visually jarring, especially when it pops back down a split second later.

Use css to set a min-height on the div. To reproduce the error, use chrome dev tools to enable bandwidth throttling.