Skip to content

Instantly share code, notes, and snippets.

@diogomoretti
Created March 4, 2014 15:40
Show Gist options
  • Save diogomoretti/9348787 to your computer and use it in GitHub Desktop.
Save diogomoretti/9348787 to your computer and use it in GitHub Desktop.
Fix problem "inline-block + transition" in Chrome
.element-with-problem {
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment