From a0538eeba1cc2e405a46b6fc1369ecce93739919 Mon Sep 17 00:00:00 2001 From: Takayoshi Sawada Date: Mon, 2 Nov 2020 22:46:35 +0900 Subject: [PATCH] fix: a bug that the height of the column is broken when displayed in IE11 (#1789) --- src/sass/time-column.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sass/time-column.scss b/src/sass/time-column.scss index 75328c7c5..2f1fbce1e 100644 --- a/src/sass/time-column.scss +++ b/src/sass/time-column.scss @@ -5,6 +5,8 @@ flex-direction: column; min-height: 100%; + height: 100%; // ie-fix + .rbc-timeslot-group { flex: 1; }