Skip to content

Instantly share code, notes, and snippets.

@a-ignatov-parc
Created December 23, 2013 10:05
Show Gist options
  • Save a-ignatov-parc/8094449 to your computer and use it in GitHub Desktop.
Save a-ignatov-parc/8094449 to your computer and use it in GitHub Desktop.
.l-header,
.l-sidebar,
.l-sub_header,
.l-right_sidebar {
-webkit-transform: translate3d(0px, 0px, 0px);
-moz-transform: translate3d(0px, 0px, 0px);
-ms-transform: translate3d(0px, 0px, 0px);
-o-transform: translate3d(0px, 0px, 0px);
transform: translate3d(0px, 0px, 0px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment