mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Merge branch 'dpoznyak-bugfix/#476-scroll-drag-lists' into devel
Fix for dragging into scrolled-down list. Thanks to dpoznyak ! Partially addresses #476
This commit is contained in:
commit
f7ef629dba
2 changed files with 8 additions and 2 deletions
|
|
@ -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).
|
* [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
|
# v0.63 2017-12-20 Wekan release
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -88,12 +88,14 @@
|
||||||
|
|
||||||
.list-body
|
.list-body
|
||||||
flex: 1
|
flex: 1
|
||||||
|
flex-direction: column
|
||||||
display: flex
|
display: flex
|
||||||
overflow-y: auto
|
overflow-y: auto
|
||||||
padding: 5px 11px
|
padding: 5px 11px
|
||||||
|
|
||||||
.minicards
|
.minicards
|
||||||
flex: 1
|
flex-grow: 1
|
||||||
|
flex-shrink: 0
|
||||||
|
|
||||||
form
|
form
|
||||||
margin-bottom: 9px
|
margin-bottom: 9px
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue