如何通过编辑引用的页面来禁用 iframe 滚动?

Posted

技术标签:

【中文标题】如何通过编辑引用的页面来禁用 iframe 滚动?【英文标题】:How do I disable an iframe from scrolling by editing the referenced page? 【发布时间】:2022-01-20 09:34:28 【问题描述】:

有没有办法为 iframe 引用的页面禁用滚轮? 我正在尝试使用 iframe 来引用我制作的网站,但是将 iframe 的滚动属性更改为 no 不会禁用滚轮。 是否有一些我可以在引用页面中使用的 css,以便引用它的 iframe 没有滚轮?

【问题讨论】:

【参考方案1】:

在 iframe 中添加scrolling="no"

<iframe src="https://***.com/" scrolling="no" width="300px" height="500px"></iframe>

【讨论】:

以上是关于如何通过编辑引用的页面来禁用 iframe 滚动?的主要内容,如果未能解决你的问题,请参考以下文章

在点击之前禁用 iframe 上的滚动?

如何禁用点击但仍允许在 iframe 中滚动?

在Firefox中禁用主窗口滚动onmouseenter iframe

如何在 ionic 3 中禁用 iframe 的滚动

从内容编辑器/页面查看器 Webpart 中删除滚动条

当该页面打开时,如何在顶部设置包含 iframe 的网页的滚动位置