summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-03-05 23:05:47 +0200
committerLauri Ojansivu <x@xet7.org>2018-03-05 23:05:47 +0200
commit594daa9cf8c7ec39b248b2f77c0d06e94cc71d54 (patch)
tree8b422ce0f00f876c75be5ad2fe466da3da28e45c
parentebb48f3ee80b244785ec80fd6c6aa666a05eedb5 (diff)
parent663d8e3c34bf2f55d8fce00b9ad5f695171b8ef1 (diff)
downloadwekan-594daa9cf8c7ec39b248b2f77c0d06e94cc71d54.tar.gz
wekan-594daa9cf8c7ec39b248b2f77c0d06e94cc71d54.tar.bz2
wekan-594daa9cf8c7ec39b248b2f77c0d06e94cc71d54.zip
Merge branch 'devel'
-rw-r--r--CHANGELOG.md5
-rw-r--r--client/components/lists/list.styl2
2 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e8817557..ee9d7a3a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,9 +17,10 @@ and fixes the following bugs:
- [Remove list max-height 350px](https://github.com/wekan/wekan/commit/b6d3e79548d1e88c93fa2965a936595176a95565);
- [Snap: Adding network hooks for configure hook to fix security denials](https://github.com/wekan/wekan/commit/9084158aece8a642dc49bf7ecc2196bf9d1af63e);
- [Snap: Fixing problem when mongodb was not started at install/refresh](https://github.com/wekan/wekan/commit/1be8e5625fd20797910009a8221ca706fd52ab11);
-- [Fix Add Card Button dissapearing when dragging](https://github.com/wekan/wekan/commit/58e5e9b308113e5a8af5166328a68a0aafcc2558).
+- [Fix Add Card Button dissapearing when dragging](https://github.com/wekan/wekan/commit/58e5e9b308113e5a8af5166328a68a0aafcc2558);
+- [Fix Scrollbar near top of screen when using internet explorer on Win7](https://github.com/wekan/wekan/commit/128a356b9222fa0ed824b477c2d0e1e6a0368021).
-Thanks to GitHub users andresmanelli, GhassenRjab, kubiko and xet7 for their contributions.
+Thanks to GitHub users andresmanelli, GhassenRjab, kubiko, lunatic4ever and xet7 for their contributions.
# v0.77 2018-02-23 Wekan release
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