Change dragging
containment
This commit is contained in:
@@ -154,7 +154,7 @@
|
||||
$('.draggable', $list).draggable({
|
||||
cursor: 'move',
|
||||
helper: 'clone',
|
||||
//containment: "document",
|
||||
containment: "document",
|
||||
opacity: 0.5,
|
||||
revert: "invalid", // when not dropped, the item will revert back to its initial position
|
||||
zIndex: 10
|
||||
|
||||
Reference in New Issue
Block a user