From b24212d70ab8e8a0731655745831e214a2216ff9 Mon Sep 17 00:00:00 2001 From: nztqa Date: Fri, 28 Jul 2017 11:07:28 +0900 Subject: Fix keyframe property Support for IE11 https://github.com/wekan/wekan/pull/646 --- client/components/main/layouts.styl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/components') diff --git a/client/components/main/layouts.styl b/client/components/main/layouts.styl index ee87a5f8..734a5e83 100644 --- a/client/components/main/layouts.styl +++ b/client/components/main/layouts.styl @@ -368,7 +368,8 @@ a @keyframes flexGrowIn from - flex-basis: 0 + // Support IE11 https://github.com/wekan/wekan/pull/646 + height: 100% @media screen and (max-width: 800px) #content -- cgit v1.2.3-1-g7c22