diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-03-05 23:01:09 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-03-05 23:01:09 +0200 |
commit | 128a356b9222fa0ed824b477c2d0e1e6a0368021 (patch) | |
tree | 4e2779626575767af4caedc0f85b324e4b9d8fa7 /client/components/lists | |
parent | 2092b429db2602e2a7846861ee89528bd0473e9e (diff) | |
download | wekan-128a356b9222fa0ed824b477c2d0e1e6a0368021.tar.gz wekan-128a356b9222fa0ed824b477c2d0e1e6a0368021.tar.bz2 wekan-128a356b9222fa0ed824b477c2d0e1e6a0368021.zip |
- Fix Scrollbar near top of screen when using internet explorer on Win7
Thanks to lunatic4ever ! Closes #1524
Diffstat (limited to 'client/components/lists')
-rw-r--r-- | client/components/lists/list.styl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/lists/list.styl b/client/components/lists/list.styl index c3753360..839119ec 100644 --- a/client/components/lists/list.styl +++ b/client/components/lists/list.styl @@ -86,7 +86,7 @@ color: #ce1414 .list-body - flex: 1 + flex: 1 1 auto flex-direction: column display: flex overflow-y: auto |