加载页面时滚动到日历 iframe

Calendar iframe being scrolled to when page laoded

当我的 html 页面加载时,屏幕会自动移动到我安装的日历 iframe

我已经试过了scrolling="no"但没用

有什么办法解决这个问题?

向您的页面添加一些 js

document.addEventListener('DOMContentLoaded', ()=>{document.body.scrollIntoView()});