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