diff options
Diffstat (limited to 'client/components/boards')
-rw-r--r-- | client/components/boards/boardBody.js | 2 | ||||
-rw-r--r-- | client/components/boards/boardBody.styl | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/client/components/boards/boardBody.js b/client/components/boards/boardBody.js index 1fd64cbc..876f2cd0 100644 --- a/client/components/boards/boardBody.js +++ b/client/components/boards/boardBody.js @@ -72,10 +72,10 @@ BlazeComponent.extendComponent({ self.$(lists).sortable({ tolerance: 'pointer', - appendTo: '.js-lists', helper: 'clone', items: '.js-list:not(.js-list-composer)', placeholder: 'list placeholder', + distance: 7, start: function(evt, ui) { ui.placeholder.height(ui.helper.height()); Popup.close(); diff --git a/client/components/boards/boardBody.styl b/client/components/boards/boardBody.styl index 8ce478c3..b0649f45 100644 --- a/client/components/boards/boardBody.styl +++ b/client/components/boards/boardBody.styl @@ -31,7 +31,6 @@ position() &.is-dragging-active - .list-composer, .open-minicard-composer, .minicard-wrapper.is-checked display: none |