Skip to content

Instantly share code, notes, and snippets.

@vinhnx
Created August 31, 2012 09:58
Show Gist options
  • Save vinhnx/3551020 to your computer and use it in GitHub Desktop.
Save vinhnx/3551020 to your computer and use it in GitHub Desktop.
position: sticky
.sticky {
position: -webkit-sticky;
position: -moz-sticky;
position: -o-sticky;
position: sticky;
/* optional, set top: 1em padding when user scroll down */
top: 1em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment