-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Autoscroll container with height: 100% #271
Comments
Try scroll-branch. |
Fixed, thanks! Can't wait for this to get merged into a new release. 👍 |
1-2 weeks |
If there are no problems, then I'll add it into |
After sorting, Scrollbar is behind elements. I tried the dev branch, same problem; |
@lucaperret In fact, this is a bug of Chrome, but I fixed: http://jsbin.com/vesiwepavi/1/edit |
@lucaperret ⬆️ ??? ⬆️ |
Thank you this fix the problem! |
On touch, when trying to scroll a container set to
height: 100%
and thewindow
isn't scrollable, autoscroll doesn't work. Because the drag is at the edge of both the container and thewindow
, I think the plugin is trying to scroll thewindow
instead of the scrollable container. If I comment out lines 424-426 (https://github.com/RubaXa/Sortable/blob/master/Sortable.js#L424-426) to force the plugin to scroll the scrollable container instead, that fixes it.http://codepen.io/jgerigmeyer/pen/PwEWQM
Any suggestions? Am I doing something wrong?
The text was updated successfully, but these errors were encountered: