mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Improve card and list sortable drag
Use a custom build of jquery-ui with only the plugins we need (instead of including everything). Fix a tricky bug of conflict between Blaze reactive updates and jquery-ui (which caused cards to sometimes disappear).
This commit is contained in:
parent
879fc47b53
commit
fad4cba5e2
7 changed files with 26 additions and 18 deletions
|
|
@ -14,6 +14,7 @@
|
|||
border-radius: 2px
|
||||
|
||||
&.ui-sortable-helper
|
||||
cursor: grabbing
|
||||
transform: rotate(4deg)
|
||||
display: block !important
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue