我在OSX macbook下的网站仅显示该网站的移动版本:WebSite
所以我在Safari下的Windows上检查网站:www.lpfilmfest.org并没有问题,但在OSX下的Safari上我还有网站的移动版本。
有什么想法可以解决这个问题吗?
提前致谢
克里斯
答案 0 :(得分:0)
所以我发现下面的内容有效:
html, body {height:100%;overflow:auto}
aside {min-height:700px;height:auto} /* which is the container for sidebar which could be Fixed position on desktop and notebook computer - line 166