-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
The initial code is
var options = {
cellHeight: cellHeight,
disableResize: true,
disableDrag: false,
handle: '.ibox-title',
float : false ,
};
$('.grid-stack').gridstack(options);
And every grid-stack-item have settings data-gs-auto-position="1"
when it dragging sometimes it comes over other widgets
Can anyone help to solve this.