Skip to content

Instantly share code, notes, and snippets.

@Usse
Created August 13, 2013 12:51
Show Gist options
  • Save Usse/6220778 to your computer and use it in GitHub Desktop.
Save Usse/6220778 to your computer and use it in GitHub Desktop.
Prevent flickering problems in Webkit
.box {
-webkit-backface-visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment