Skip to content

Commit

Permalink
Fix IE11 bug with flex-column heights
Browse files Browse the repository at this point in the history
  • Loading branch information
fabean authored and Josh Fabean committed Jun 12, 2020
1 parent d52dc2e commit ec13277
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/scss/flexbox-grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@ html {
.#{$beginning}flex-column,
.#{$beginning}flex-dir-column {
flex-direction: column;

> * {
// fix for IE11 that doesn't hurt things anywhere else
flex-basis: auto !important;
}
}

.#{$beginning}flex-dir-column-reverse {
Expand Down

0 comments on commit ec13277

Please sign in to comment.