Skip to content

Instantly share code, notes, and snippets.

@rodrigobarona
Created April 9, 2013 16:04
Show Gist options
  • Save rodrigobarona/5346972 to your computer and use it in GitHub Desktop.
Save rodrigobarona/5346972 to your computer and use it in GitHub Desktop.
.sticky {
position: -webkit-sticky;
position: -moz-sticky;
position: -o-sticky;
position: -ms-sticky;
position: sticky;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment