浏览代码

Fix keyframe property

Support for IE11
https://github.com/wekan/wekan/pull/646
nztqa 8 年之前
父节点
当前提交
b24212d70a
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      client/components/main/layouts.styl

+ 2 - 1
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