IOS上iframe的滾動條失效的解決辦法

#iframe-wrap {
position: fixed;
top: 100px;
bottom: 0px;
left: 0px;
right: 0px;
-webkit-overflow-scrolling: touch;
overflow-y: scroll;
}web

#iframe-wrap iframe {
border: none;
width: 100%;
height: 101%;
}spa

 

<div id="iframe-wrap">
<iframe src="">
</iframe>
</div>iframe

相關文章
相關標籤/搜索