Skip to content

Instantly share code, notes, and snippets.

@MSerj
Created February 8, 2018 14:32
Show Gist options
  • Save MSerj/5ec51d8e4fc6ce4d9d44a26d034b91d4 to your computer and use it in GitHub Desktop.
Save MSerj/5ec51d8e4fc6ce4d9d44a26d034b91d4 to your computer and use it in GitHub Desktop.
FIX jumping position fixed in google chrome
.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