Skip to content

Instantly share code, notes, and snippets.

@oroce
Created June 23, 2011 20:05
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 oroce/1043498 to your computer and use it in GitHub Desktop.
Save oroce/1043498 to your computer and use it in GitHub Desktop.
opera repaint bug workaround
$( window ).focus( function(){
this.document.body.style.zIndex -= 1;
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment