Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
该网站不会在移动设备上滚动。我以前见过这个问题,但这似乎不是通常的嫌疑人。我没主意了。
overflow:scroll应该从html, bodyCSS 规则中删除。如果内容太长,主体会自行滚动,不需要该特定规则 - 它只会导致奇怪的行为(例如,在 Firefox 中向我显示两个滚动条)
overflow:scroll
html, body