diff --git a/public/js/behavior/sortable.js b/public/js/behavior/sortable.js index c02ce5d..3ca5d1c 100644 --- a/public/js/behavior/sortable.js +++ b/public/js/behavior/sortable.js @@ -17,6 +17,7 @@ $(e.target).find('.sortable').each(function() { var $el = $(this); var options = { + scroll: $el.closest('.container')[0], onMove: function (/**Event*/ event, /**Event*/ originalEvent) { if (typeof this.options['filter'] !== 'undefined' && $(event.related).is(this.options['filter'])) { // Assumes the filtered item is either at the very start or end of the list and prevents the