-
Notifications
You must be signed in to change notification settings - Fork 986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot auto scroll on Ios 11, neither Safari nor Chrome #304
Comments
Ive got the same issue on horizontal scroll... |
@clauderic The auto scroll on dragging of a row doesn't work for me at all my own application. I don't know what's missing. Could it be a css issue or something wrong in the way the component is being used? I'm using it with react virtualized Table. |
|
cannot drag Item0 to Item49 on ios browser neither safari nor chrome in your basic usage example.

If I use
useWindowAsScrollContainer={true}
in my code, it can be dragged to the bottom, however, the animation movement distance wronged。and it is unable to move up if scrolled to the end of the page
The text was updated successfully, but these errors were encountered: