kutlugsahin / smooth-dnd

drag and drop library for javascript
MIT License
598 stars 146 forks source link

CSS `scroll-behavior: smooth` on container kills drag to scroll #71

Open davestewart opened 4 years ago

davestewart commented 4 years ago

Weird one this.

I don't know if it's the lib or CSS but if I set scroll-behavior: smooth on the container, drag-to-scroll stops working.

Not 100% sure it isn't my code, but I have been working on fixing an over-scroll issue today because the structure of my HTML/CSS wasn't correct, then discovered this.