AutoScrolling doesn't work #759
Unanswered
sarthakkhanduja
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my project, auto scrolling doesn't work for the container with DragAndDropContext.
What I'm trying to achieve is, ideally, when in the mobile screen view, if I drag a component to a different droppable container that isn't completely visible in the screen yet, the container should scroll horizontally to show that container.
But this isn't happening.
Project - https://github.com/sarthakkhanduja/todo-app
Component - ProjectHome
Styling library - Tailwind.
Here's that specific piece of code.
I saw that there are props that can be enabled in the Droppable containers or their parents to enable this and set the maxAcceleration also but I'm not sure how to do it since there's no apparent documentation for it.
Any help is appreciated!!
Beta Was this translation helpful? Give feedback.
All reactions