Skip to content

Instantly share code, notes, and snippets.

@guillaumecabanel
Last active October 26, 2018 06:36
Show Gist options
  • Save guillaumecabanel/6c986b5070edc6f9912efd5babd4b3d8 to your computer and use it in GitHub Desktop.
Save guillaumecabanel/6c986b5070edc6f9912efd5babd4b3d8 to your computer and use it in GitHub Desktop.
bottom-footer
// app/assets/stylesheets/layout/_utilities.scss
html{
height: 100%;
}
body{
position: relative;
min-height: 100%;
padding-bottom: 70px; // footer height
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment