Skip to content

Instantly share code, notes, and snippets.

@barneycarroll
Created January 19, 2012 14:42
Show Gist options
  • Select an option

  • Save barneycarroll/1640387 to your computer and use it in GitHub Desktop.

Select an option

Save barneycarroll/1640387 to your computer and use it in GitHub Desktop.
Force hardware acceleration on dynamically styled elements for Webkit mobile.
@media(-webkit-min-device-pixel-ratio:1.1){
/* Media query restricts to mobile: avoid Chrome purple scroll bars */
[style] {
-webkit-transform: translateZ(0);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment