gpt4 book ai didi

javascript - Iframe 滚动溢出隐藏在 css 中不起作用

转载 作者:太空宇宙 更新时间:2023-11-03 23:21:55 25 4
gpt4 key购买 nike

这是 iframe

<iframe class="iframe_style" id="iframeid" src="#" height="100%" width="100%" ></iframe>

我将 CSS 用作 overflow: hidden,但我仍然在滚动......

.iframe_style{
border: 3px solid red;
overflow: hidden;
}

JSFIDDLE

有什么帮助吗?

最佳答案

正如我在你的 fiddle 中看到的那样,你将 iframe overflow 设置为 hidden 这将适用于 Iframe 内容

如果你想为 body 制作它,只需添加

body{
overflow:hidden;
}

JSFIDDLE

关于javascript - Iframe 滚动溢出隐藏在 css 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28365572/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com