Sortable icon indicating copy to clipboard operation
Sortable copied to clipboard

[bug] Autoscroll example doesn't work

Open Shtille opened this issue 2 years ago • 1 comments

An example provided for Autoscroll plugin doesn't work: https://jsbin.com/xecihez/edit?html,js,output

View is not being scrolled when drag item up or down.

Shtille avatar Aug 23 '23 15:08 Shtille

@Shtille If the list isn't scrollable, then no auto scrolling will be done.

To fix in your example:

- style="overflow: hidden; height: 300px;"
+ style="overflow: auto; height: 300px;"

jannes-io avatar Feb 23 '24 12:02 jannes-io