Website will not scroll on mobile devices [closed]

可紊 提交于 2019-12-04 06:58:18

问题


This site will not scroll on mobile. I've seen this issue before but this doesn't appear to be the usual suspect(s). I'm out of ideas.


回答1:


The overflow:scroll should be removed from the html, body CSS rule. The body scrolls itself if the content is too long, no need for that particular rule - it will only leads to strange behavior (e.g. in Firefox two scrollbars are displayed to me)



来源:https://stackoverflow.com/questions/21715187/website-will-not-scroll-on-mobile-devices

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!