perfect-scrollbar
perfect-scrollbar copied to clipboard
Perfect Scrollbar with jQuery Sortable
Integrating perfect scrollbar with jQuery sortable.
The sortable list is that has perfect scrollbars applied, and everything works as I'd expect, but dragging an item does not make the scrollbar scroll.
how to enable scrolling while dragging the sortable.
Please look into below jsfiddle,
jQuery sortable without perfect scrollbar: https://jsfiddle.net/rahilmemon/dsh1x34v/3/
jQuery sortable Integrating perfect scrollbar: https://jsfiddle.net/rahilmemon/dsh1x34v/4/
Thanks in advance..
I justed stumbled on this same problem. I depend on jQuery UI Draggable which Sortable depends on. Did anyone look into this yet?
Did anyone found the solution?
in sortable options add this: items: "div:not(.ps-scrollbar-x-rail)" for horizontal or items: "div:not(.ps-scrollbar-y-rail)" for vertical scrollbar