Skip to content

Instantly share code, notes, and snippets.

@rpearce
Created July 29, 2013 21:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rpearce/6108224 to your computer and use it in GitHub Desktop.
Save rpearce/6108224 to your computer and use it in GitHub Desktop.
Don't add transform: translateZ(0); to your body tag if you want fixed elements to work.
body {
transform: translateZ(0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment