我在Twitter Bootstrap上构建一个Wordpress网站,它在各种分辨率下看起来都不错,除了它绝对不会在我的iPhone等移动设备中滚动。它在像responsivetest.net这样的移动分辨率模拟器中滚动得很好,但是当我在手机上查看该网站时它不会滚动。
出于测试目的,我尝试了这个:
@media (max-width: 480px) {
html, body, #content {
height: 2000px !important;
overflow: scroll !important
}
但是在缓存刷新后我的手机没有变化。
有关如何解决此问题的任何想法?