-
Notifications
You must be signed in to change notification settings - Fork 159
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
cant scroll while dragging #9
Comments
Ah, thanks for this, I will look into it. |
Did anyone find a solution to this scrolling issue? |
Sorry I meant to respond to this a while ago. |
There seems to be suggestions of using something like https://www.npmjs.com/package/dom-autoscroller Not sure if that helps you? |
Actually, dom-autoscroller only works on elements with direct children. That's not the case of vue-kanban. I'm trying to find a solution. |
Is there any way to detect when an elements is being dragged? This way I can calculate the offset width to scroll the container |
I've used a fixed height of my columns and a overlay-y:scroll, so to avoid scrolling+dragging (this is similar to what trello does).
|
cant scroll while dragging block
The text was updated successfully, but these errors were encountered: