react-custom-scrollbars-2
react-custom-scrollbars-2 copied to clipboard
Scrolling while dragging
Hello, I have a case where I'm dragging elements to an area with the scrollbar. I noticed that when I drag close to the bottom (or top) I am able to scroll down (or up) and then release the dragged element exactly where I want it. However, the problem is that it's very hard to point to that area close to the bottom/top to trigger the scrolling, it's just a few pixels of height. Is there a way to customize this? Can I make this threshold larger?
Thanks.