diff options
author | nztqa <nztqa@users.noreply.github.com> | 2017-07-28 11:07:28 +0900 |
---|---|---|
committer | nztqa <nztqa@users.noreply.github.com> | 2017-07-28 11:07:28 +0900 |
commit | b24212d70ab8e8a0731655745831e214a2216ff9 (patch) | |
tree | d0788d673e30beb235d44c1a2a9c379e08d5148d /client/components/main | |
parent | a56e0b6d4a266f87060ea164067b18504388c0b2 (diff) | |
download | wekan-b24212d70ab8e8a0731655745831e214a2216ff9.tar.gz wekan-b24212d70ab8e8a0731655745831e214a2216ff9.tar.bz2 wekan-b24212d70ab8e8a0731655745831e214a2216ff9.zip |
Fix keyframe property
Support for IE11
https://github.com/wekan/wekan/pull/646
Diffstat (limited to 'client/components/main')
-rw-r--r-- | client/components/main/layouts.styl | 3 |
1 files changed, 2 insertions, 1 deletions
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 |