From 1b832e0118304e0efed35f137ce605c1748ccc72 Mon Sep 17 00:00:00 2001 From: sawa-zen Date: Mon, 2 Nov 2020 13:57:41 +0900 Subject: [PATCH] fix: Fixed a bug that the height of the column is broken when displayed in IE11 --- 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; }