scroll-into-view / compute-scroll-into-view

Utility for calculating what should be scrolled, how it's scrolled is up to you
https://scroll-into-view.dev#scroll-alignment
MIT License
313 stars 27 forks source link

scroll to the wrong position when in iframe #694

Open NoName4Me opened 4 years ago

NoName4Me commented 4 years ago

iframe

reproduction: https://codesandbox.io/s/elegant-cdn-75n62

magic-akari commented 3 years ago

Hi, I have fixed the similar issue in https://github.com/magic-akari/seamless-scroll-polyfill/commit/a7409a3b5ce5629cdcfde729aa84df3278b4308e .

Try: https://codesandbox.io/s/autumn-http-zcwn0

Hope this helps.