Skip to content

Instantly share code, notes, and snippets.

@RyanWarner
Created December 12, 2013 16:41
Show Gist options
  • Save RyanWarner/7931039 to your computer and use it in GitHub Desktop.
Save RyanWarner/7931039 to your computer and use it in GitHub Desktop.
Fixed positioning on mobile.
.fixed{
position: fixed;
-webkit-backface-visibility:hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment