Skip to content

Commit

Permalink
fix: a bug that the height of the column is broken when displayed in …
Browse files Browse the repository at this point in the history
…IE11 (jquense#1789)
  • Loading branch information
sawa-zen committed Nov 2, 2020
1 parent a679fc2 commit a0538ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sass/time-column.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
flex-direction: column;
min-height: 100%;

height: 100%; // ie-fix

.rbc-timeslot-group {
flex: 1;
}
Expand Down

0 comments on commit a0538ee

Please sign in to comment.