Fix sortable for modern browsers.
[readifood.git] / www / jquery.sortable.js
index 3e59fe6..6395b52 100644 (file)
@@ -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'); },