html - How to have a sticky footer at the bottom of the page, but do not have it overlap other elements? -


i want footer bar sticks @ bottom of page, use "position:fixed" issue have div want take whole area above footer, problem though bottom part of div gets overlapped due position:fixed. when remove position:fixed, page requires scrolling.... can give me example of how create footer stays @ bottom of page without overlapping on elements , creating scrollbar? using bootstrap 3.

add margin-bottom last element before footer @ least large footer high.


Comments

Popular posts from this blog

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -