소스 검색

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