diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-03-01 01:02:09 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-03-01 01:02:09 +0200 |
commit | a23d93391b5488c2e9f927992a27d7a884afcf4a (patch) | |
tree | 979761dba43aa8e131d2715da24e18ffc7d750c8 | |
parent | a033c35a3411902b9bf8f62a40cd68f641e573d3 (diff) | |
download | wekan-a23d93391b5488c2e9f927992a27d7a884afcf4a.tar.gz wekan-a23d93391b5488c2e9f927992a27d7a884afcf4a.tar.bz2 wekan-a23d93391b5488c2e9f927992a27d7a884afcf4a.zip |
- Fix scrollbar inside list and outer scroll.
Thanks to andresmanelli ! Closes #1485
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d3e10693..bff473e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,8 @@ This release fixes the following bugs: - [Fix lint errors related to trello creator](https://github.com/wekan/wekan/commit/951a0db380d60f3d948ae38d50b85a54983a51de); - [Fix lint errors related to language names](https://github.com/wekan/wekan/commit/c0d33d97f2c8d4e9371a03d4ad3022df3ed64d3d); - [Allow swimlanes reordering](https://github.com/wekan/wekan/commit/37c94622e476f50bf2387bc8b140454d66200e78); -- [Avoid swimlane title overlap](https://github.com/wekan/wekan/commit/c4fa9010f34966b633c7bf7e46ad49fc101127c9). +- [Avoid swimlane title overlap](https://github.com/wekan/wekan/commit/c4fa9010f34966b633c7bf7e46ad49fc101127c9); +- [Fix scrollbar inside list and outer scroll](https://github.com/wekan/wekan/commit/a033c35a3411902b9bf8f62a40cd68f641e573d3). Thanks to GitHub users andresmanelli and GhassenRjab for their contributions. |