BoundingBox and LockY
Items are locked in Y axis movement and cannot cross its closest parent div.boundingBox, just try it your selves.
item 2
item 3
item 4
item 5
item 6
dragularService([$element.children()[0].children(), {
boundingBox: $element.children()[0],
lockY: true
});