Skip to content

Commit a0538ee

Browse files
authored
fix: a bug that the height of the column is broken when displayed in IE11 (jquense#1789)
1 parent a679fc2 commit a0538ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sass/time-column.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
flex-direction: column;
66
min-height: 100%;
77

8+
height: 100%; // ie-fix
9+
810
.rbc-timeslot-group {
911
flex: 1;
1012
}

0 commit comments

Comments
 (0)