Skip to content

Instantly share code, notes, and snippets.

@pogla
Last active May 10, 2018 12:38
Show Gist options
  • Save pogla/98bbe16215dcb80863006f6a0884601b to your computer and use it in GitHub Desktop.
Save pogla/98bbe16215dcb80863006f6a0884601b to your computer and use it in GitHub Desktop.
iOS Flexbox fix CSS
/* 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