From 54d0cb5c62fa79d0053ad7f30c6584f4531943b6 Mon Sep 17 00:00:00 2001 From: AlexPrinz Date: Wed, 2 Aug 2017 18:14:23 +0200 Subject: [PATCH] Fix date-picker animation in IE11 (#1586) --- components/date_picker/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/components/date_picker/theme.css b/components/date_picker/theme.css index ded09687..bfac22ef 100644 --- a/components/date_picker/theme.css +++ b/components/date_picker/theme.css @@ -180,6 +180,7 @@ .month { background-color: var(--calendar-primary-contrast-color); + width: 100%; } .slideRightEnter,