magic-akari / seamless-scroll-polyfill

Scroll Behavior polyfill
https://www.npmjs.com/package/seamless-scroll-polyfill
MIT License
159 stars 12 forks source link

Horizontal scrolling not working with RTL. #110

Closed betaorbust closed 3 years ago

betaorbust commented 3 years ago

I've noticed that scrolling a horizontal flexbox of elements that are in RTL writing mode breaks elementScrollIntoView The native API seems to handle this case, so I believe it's a bug.

Reproduction in this pen. Instructions on the page.

Thanks so much!

betaorbust commented 3 years ago

Thank you! 🎉