css footer always at bottom but visible code example
Example: css footer always at bottom but visible
/* Fix the footer to the bottom */
footer { position: fixed; }
/* Fix the footer to the bottom */
footer { position: fixed; }