Created
September 18, 2013 09:02
-
-
Save fieke/6606529 to your computer and use it in GitHub Desktop.
Flexslider chrome bug fix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*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