瀏覽代碼

Merge branch 'dpoznyak-bugfix/#476-scroll-drag-lists' into devel

Fix for dragging into scrolled-down list. Thanks to dpoznyak !
Partially addresses #476
Lauri Ojansivu 7 年之前
父節點
當前提交
f7ef629dba
共有 2 個文件被更改,包括 8 次插入2 次删除
  1. 5 1
      CHANGELOG.md
  2. 3 1
      client/components/lists/list.styl

+ 5 - 1
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
 

+ 3 - 1
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