Skip to content

Instantly share code, notes, and snippets.

@maxleistner
Last active September 6, 2017 11:03
Show Gist options
  • Save maxleistner/46b798775eb6da2472e18dc4815808ec to your computer and use it in GitHub Desktop.
Save maxleistner/46b798775eb6da2472e18dc4815808ec to your computer and use it in GitHub Desktop.
Safari Flexbox equal_height fix
.same_height {
@media all and (min-width: $media-s) {
div[class^='col-'] {
.col { // Layotter Col
flex: 1;
display: flex;
flex-direction: column;
.inner { // Modul Wrapper
flex: 1;
display: flex;
flex-direction: column;
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment