Skip to content

Instantly share code, notes, and snippets.

@NatalieMac
Last active September 30, 2019 03:01
Show Gist options
  • Select an option

  • Save NatalieMac/b6ed8c14f0a616cacfae to your computer and use it in GitHub Desktop.

Select an option

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

k1sul1 commented Jan 14, 2015

Copy link
Copy Markdown

Thanks! Made my day easier.

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