Prevent a html document from auto scrolling to a mendix project within a iframe

0
Hi all, I am having an issue when embedding a Mendix project within an iframe into a HTML document. The HTML page is being auto scrolled to the iframe and i need to prevent this. does anyone know a way i can work around this issue? if anyone needs more clarity on the above question please do ask.    Thanks in advance Brandon Meyer 
asked
1 answers
0

If there is code to scroll to the iframe, it would be in the parent HTML document. Is this also a Mendix project? It maybe either JavaScript scrolling to the iframe, or there could be a # anchor tag in the URL.

If this doesn’t fix the problem, can you share the parent page?

answered