Last active
October 26, 2018 06:36
-
-
Save guillaumecabanel/6c986b5070edc6f9912efd5babd4b3d8 to your computer and use it in GitHub Desktop.
bottom-footer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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