Skip to content

Instantly share code, notes, and snippets.

@bratsun
Created November 30, 2013 09:20
Show Gist options
  • Save bratsun/7716953 to your computer and use it in GitHub Desktop.
Save bratsun/7716953 to your computer and use it in GitHub Desktop.
Chrome fix for fixed elements (distortion on scroll, enable hardware acceleration to get rid of it)
.sticky-nav {
-webkit-transform: translateZ(0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment