随笔 - 44,  文章 - 0,  评论 - 4,  阅读 - 27761
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.frameBox{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-overflow-scrolling: touch; 
    overflow-y: scroll;
}
iframe {
    width: 100%;
    height: 100%;
    border: 0px;   
}
         
<div class="frameBox">
    <iframe id="iframe" src="" scrolling="auto" frameborder="0"></iframe>
</div>

  

posted on   前端小透明  阅读(2602)  评论(0编辑  收藏  举报

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示