【发布时间】:2016-08-31 01:24:06
【问题描述】:
我很难弄清楚这一点。 我有一个负责任的网站,我试图通过 iframe 调用它。 它在桌面上完美运行,但在移动设备上似乎太少了。
<iframe src="https://religious-freedom.herokuapp.com"></iframe>
CSS
iframe:focus {
outline: none;
}
iframe {
margin: none;
border: 0;
width: 100%;
height: 100%;
position: absolute;
display: block;
}
body {
display: block;
margin: 0;
-webkit-overflow-scrolling: touch;
}
【问题讨论】: