scrollIntoView() scrolls the parent document

I have an iframe inside a document and when i execute scrollIntoView in the iframe it scrolls the parent document as well how can i prevent that from happing.

#javascript #front-end
Was this page helpful?