You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this usecase that there are several columns (containers) and inside them are draggable cards. each column must have a fixed height and overflow-y: auto because cards' data is coming from an external API and may be too many, so I have to implement infinite scroll inside each column.
so the problem is when I use overflow-y: auto inside each column (the div.card-container or div.smooth-dnd-container.vertical no difference), and then try to drag a card from column 1 to column 8 for example, the entire container is not scrolling by itself. I've used the first example in the documentation and tweaked it a little bit to show you the problem: codesandbox demo
screen-recorder-wed-jul-27-2022-10-40-43.webm
The text was updated successfully, but these errors were encountered:
I have this usecase that there are several columns (containers) and inside them are draggable cards. each column must have a fixed
height
andoverflow-y: auto
because cards' data is coming from an external API and may be too many, so I have to implement infinite scroll inside each column.so the problem is when I use
overflow-y: auto
inside each column (thediv.card-container
ordiv.smooth-dnd-container.vertical
no difference), and then try to drag a card from column 1 to column 8 for example, the entire container is not scrolling by itself. I've used the first example in the documentation and tweaked it a little bit to show you the problem:codesandbox demo
screen-recorder-wed-jul-27-2022-10-40-43.webm
The text was updated successfully, but these errors were encountered: