X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=www%2Fjquery.sortable.js;h=6395b5215645280c444aa81561a25ea0e4df3761;hb=refs%2Ftags%2F2022-10-31;hp=3e59fe654b86cd0c85c23f2369247e5f1e17c8ce;hpb=f181270af10ecded4b40d9ad3f838216835eb5f4;p=readifood.git diff --git a/www/jquery.sortable.js b/www/jquery.sortable.js index 3e59fe6..6395b52 100644 --- a/www/jquery.sortable.js +++ b/www/jquery.sortable.js @@ -1,7 +1,7 @@ $(function() { $(".sortable").sortable({ axis: "y", - containment: "parent", + containment: "document", placeholder: "sortplaceholder", forcePlaceholderSize: true, start: function( event, ui ) { ui.item.addClass('sortdragging'); },