Created
July 29, 2013 21:55
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
transform: translateZ(0); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment