fisshy / react-scroll

React scroll component
https://github.com/fisshy/react-scroll/blob/master/README.md
MIT License
4.35k stars 436 forks source link

Scrolls parent component when inside an Iframe #548

Open rtpa25 opened 1 year ago

rtpa25 commented 1 year ago

First of all thanks for building this amazing package, I have an usecase where I have a template that is a stand alone app and can be edited by another app , that template uses react-scroll

When that template is rendered inside an iframe it scrolls the parent component rather that scrolling just the iframe