Skip to content

Instantly share code, notes, and snippets.

@davewallace
Created April 10, 2016 21:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davewallace/f7072a5703d60a4bb0a8c3c6215a9d9d to your computer and use it in GitHub Desktop.
Save davewallace/f7072a5703d60a4bb0a8c3c6215a9d9d to your computer and use it in GitHub Desktop.
// code comments here
html.touch body * {
-webkit-transform: translate3d(0, 0, 0); /* Safari and Chrome */
transform: translate3d(0, 0, 0);
}
html.touch body {
.extension-tutor,
.menu,
.media-component,
.accordion-component .accordion-item-title {
-webkit-transform: none; /* Safari and Chrome */
transform: none;
* {
-webkit-transform: none; /* Safari and Chrome */
transform: none;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment