Last active
May 10, 2018 12:38
-
-
Save pogla/98bbe16215dcb80863006f6a0884601b to your computer and use it in GitHub Desktop.
iOS Flexbox fix CSS
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
/* iOS Fix for Flexbox */ | |
.flexboxclass:first-child { | |
flex:1; | |
-webkit-box-flex:1; | |
-webkit-flex:1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment