-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auto scroll doesn't work when inside a container with scroll bar #827
Comments
Can you provide a jsfiddle? |
@DnJealt |
@siecj What am I looking at here? You want the div to scroll down? If so, can't you use a line of Javascript? |
@radiolips |
@siecj This will be available, at least in the |
@siecj Could you try the dev branch? A feature rolled out yesterday that may fix this for you. I'm closing this, but please let me know if it works for you now. |
Hi @radiolips , this does not seems to work |
It still does not work in 1.0.0-dev |
Subject of the issue
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
Steps to reproduce
I directly modified on the demo/float.html by adding the following part.
Expected Behavior
The auto scroll should work inside the DIV.
Thanks a lot!
The text was updated successfully, but these errors were encountered: