gpt4 book ai didi

javascript - IOS iframe 宽度在滚动时跳回

转载 作者:行者123 更新时间:2023-11-28 03:01:08 25 4
gpt4 key购买 nike

基本上,我有一个从非响应式网站嵌入的 iframe,在一个允许它在移动设备上滚动的容器 div 中。

 <div style="width: 100%; overflow: auto; overflow-y: auto; -webkit-overflow-   scrolling: touch; height: 7000px; position: relative;">
<iframe style="background: transparent; height: 100%; width: 100%;" frameborder="0" src="https://myurl"></iframe>
</div>

这对于 iframe 中的大多数页面都适用,但是在具有较大宽度表格的页面上,当您水平到达表格末尾时,水平滚动会跳回。

不幸的是,出于安全原因我不能给出链接

最佳答案

如果您使用 Overflow 属性呢?

overflow: hidden

隐藏所有溢出(如果使用正确)。您还可以使用

overflow-x: hidden
overflow-y: hidden

关于javascript - IOS iframe 宽度在滚动时跳回,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46191714/

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