Skip to content

Instantly share code, notes, and snippets.

@vinhnx
Created August 31, 2012 10:11
Show Gist options
  • Save vinhnx/3551104 to your computer and use it in GitHub Desktop.
Save vinhnx/3551104 to your computer and use it in GitHub Desktop.
position: sticky (LESS)
.sticky() {
position: -webkit-sticky;
position: -moz-sticky;
position: -ms-sticky;
position: sticky;
}
.foo {
.sticky;
top: 1em
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment