summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md6
-rw-r--r--client/components/lists/list.styl4
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b077bdc2..c7a8df15 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,11 @@ This release adds the following new features:
* [Different icons for start and due date](https://github.com/wekan/wekan/pull/1420).
-Thanks to GitHub user mmarschall for contributions.
+and fixes the following bugs:
+
+* [Fix for dragging into scrolled-down list](https://github.com/wekan/wekan/pull/1424).
+
+Thanks to GitHub users dpoznyak and mmarschall for their contributions.
# v0.63 2017-12-20 Wekan release
diff --git a/client/components/lists/list.styl b/client/components/lists/list.styl
index d5800140..21d267ca 100644
--- a/client/components/lists/list.styl
+++ b/client/components/lists/list.styl
@@ -88,12 +88,14 @@
.list-body
flex: 1
+ flex-direction: column
display: flex
overflow-y: auto
padding: 5px 11px
.minicards
- flex: 1
+ flex-grow: 1
+ flex-shrink: 0
form
margin-bottom: 9px