Skip to content

Instantly share code, notes, and snippets.

@fieke
Created September 18, 2013 09:02
Show Gist options
  • Save fieke/6606529 to your computer and use it in GitHub Desktop.
Save fieke/6606529 to your computer and use it in GitHub Desktop.
Flexslider chrome bug fix
/*Chrome bug fix (page moving up and down a few pics on slide) */
#content {
-webkit-transform: rotate(0deg); /* WebKit */
-moz-transform: rotate(0deg); /* Mozilla */
-o-transform: rotate(0deg); /* Opera */
-ms-transform: rotate(0deg); /* Internet Explorer */
transform: rotate(0deg); /* CSS3 */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment