Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save visualjeff/795d178835b473172325b387c0687613 to your computer and use it in GitHub Desktop.
Save visualjeff/795d178835b473172325b387c0687613 to your computer and use it in GitHub Desktop.
For a sticky CSS footer.
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: 50px;
NOTE: While this is an easy fix. Its doesn't work so well with Ember.
Also there are trade offs. Mobiles apps will be forced to scroll out of the gate.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment