Skip to content

Instantly share code, notes, and snippets.

@klickreflex
Created September 19, 2014 15:06
Show Gist options
  • Save klickreflex/2b1b2c0994e8d367d3e9 to your computer and use it in GitHub Desktop.
Save klickreflex/2b1b2c0994e8d367d3e9 to your computer and use it in GitHub Desktop.
Responsive Sticky Footer
/* Responsive Sticky Footer (http://galengidman.com/2014/03/25/responsive-flexible-height-sticky-footers-in-css/) */
html,
body { height: 100%; }
body {
display: table;
width: 100%;
}
.page-row {
display: table-row;
height: 1px;
overflow: hidden;
}
.page-row-expanded {
height: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment