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.
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.