فهرست منبع

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