wadackel/sweet-scroll

Fails when container is using scroll-snap

johannesodland opened this issue · 0 comments

The utility method findScrollable is unable to detect a scrollable container if the container container is using Scroll Snap.

findScrollable tries to scroll by a small amount, and checks that the element is scrolled. If the container is using Scroll Snap the scroll snaps back to 0 and detection fails.