Skip to content

Instantly share code, notes, and snippets.

@NatalieMac
Last active September 30, 2019 03:01
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save NatalieMac/b6ed8c14f0a616cacfae to your computer and use it in GitHub Desktop.
Save NatalieMac/b6ed8c14f0a616cacfae to your computer and use it in GitHub Desktop.
Sticky footer w/ Underscores markup
html {
height: 100%;
overflow: hidden;
}
body {
height: 100%;
overflow: scroll;
}
.site {
display: table;
height: 100%;
width: 100%;
}
.site-footer {
display: table-row;
height: 1px;
}
@k1sul1
Copy link

k1sul1 commented Jan 14, 2015

Thanks! Made my day easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment