You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to let the grid stack auto scroll the container (not browser body but a DIV with scroll bar) and it doesn't work.
I already set the draggable: { scroll: true }.
Your environment
v0.2.6; v0.3.0
Steps to reproduce
I directly modified on the demo/float.html by adding the following part.
Change the grid stack option like below and the auto scroll worked when there is browser scroll bar.
After put the grid stack element inside a DIV, the auto scroll doesn't work anymore.