From 41104fad0281721ccc9885280b4ee085f64d17f5 Mon Sep 17 00:00:00 2001 From: Jason Tamulonis Date: Tue, 10 Nov 2020 05:03:07 -0800 Subject: [PATCH] fix: revert a bug that the height of the column is broken when displayed in IE11 (#1789)" (#1805) This reverts commit a0538eeba1cc2e405a46b6fc1369ecce93739919. --- src/sass/time-column.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sass/time-column.scss b/src/sass/time-column.scss index 2f1fbce1e..75328c7c5 100644 --- a/src/sass/time-column.scss +++ b/src/sass/time-column.scss @@ -5,8 +5,6 @@ flex-direction: column; min-height: 100%; - height: 100%; // ie-fix - .rbc-timeslot-group { flex: 1; }