Apologies for the inconvenience. The issue you're experiencing is related to how different browsers handle embedded iFrames—some, like Chrome and Firefox, automatically scroll to the iFrame on page load, while others, like Safari, do not. Unfortunately, this behavior is controlled by the browser and cannot be fully prevented.
As a partial workaround, I can add the loading="lazy" attribute to delay the loading of the iFrame slightly, which may reduce the likelihood of auto-scrolling.
Thank you for your understanding.