Created
February 8, 2018 14:32
-
-
Save MSerj/5ec51d8e4fc6ce4d9d44a26d034b91d4 to your computer and use it in GitHub Desktop.
FIX jumping position fixed in google chrome
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
.header { | |
position: fixed; | |
-webkit-transform: translateZ(0); //use this FIX | |
backface-visibility: hidden; //or this FIX | |
} | |
//BOTH works |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment