相关疑难解决方法(0)

HTML iframe - 禁用滚动

我在我的网站上有以下iframe:

<iframe src="<<URL>>" height="800" width="800" sandbox="allow-same-origin allow-scripts allow-forms" scrolling="no" style="overflow: hidden"></iframe>
Run Code Online (Sandbox Code Playgroud)

它有滚动条.
如何摆脱它们?

html css iframe

70
推荐指数
3
解决办法
32万
查看次数

标签 统计

css ×1

html ×1

iframe ×1