Within this demonstration, there is a (rather large) footer that sticks to the bottom of the page. However, when the viewport is short, it ends up covering both the header and body. Is there a solution to ensure the footer remains at least a certain distance from the top using only CSS?
We have attempted utilizing min-height and height on body
and #outW
, but unfortunately, no changes were observed.
(Try moving the bottom of your browser window way up in order to witness the yellow footer overlapping the header)