解决ios下iframe不能滑动

.scroll-wrapper { width: 100%;
    /* height: calc(100% - 43px);  */
    -webkit-overflow-scrolling: touch; overflow-y: scroll; }
.scroll-wrapper iframe { height: 100%; vertical-align:bottom;
   overflow: scroll;
   -webkit-overflow-scrolling: touch;
   min-width: 100%;
   *width:100%;
   width:1px;
}
<div class="scroll-wrapper" id="scrollWrapper">
    <iframe id="iframe" frameborder="0" height='100%' :src="target"></iframe>
</div>

 

posted @ 2021-06-16 10:18  前端渣的日常记录  阅读(325)  评论(0编辑  收藏  举报