locomotivemtl / locomotive-scroll

🛤 Detection of elements in viewport & smooth scrolling with parallax.
https://locomotivemtl.github.io/locomotive-scroll
MIT License
7.54k stars 1.11k forks source link

Scrolling within "overflow: auto" area. Locomotive still scrolls. #547

Open seansmyth opened 5 months ago

seansmyth commented 5 months ago

Hello 👋

I'm creating a horizontal layout and one of the "data-scroll-section' sections has some text. This text could potentially be long and become higher than 100vh. I want to be able to scroll within this area to read the rest of the content.

At the moment, the horizontal scroll kicks in as well so I'm not able to read all the content.

I've like to NOT trigger Locomotive scroll while scrolling within that area only.

Any ideas?

Thank you 👊