I’m looking to recreate something like this (https://dnd.hellopangea.com/iframe.html?args=&globals=backgrounds.grid:!false&id=examples-board–scrollable-columns&viewMode=story) wherein there’s a vertically-scrollable list of horizontally-scrollable lists, and the outer lists can be reordered and the tasks within the lists can be dragged both within their original list and to other lists. I’m able to achieve that, but I’m not able to have the outermost container scroll when a task is being dragged from one horizontal list to another.
Is this perhaps due to the fact that in the example, the list of lists exists at the window level, and so the package is able to handle the scrolling properly? My list of lists cannot occupy the whole window, so I’m not sure exactly what to do (and there’s no source code!)
Luke Dobrovic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.