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.
![JQM页面滚动条][1] 连内容的长度都没有覆盖整个页面,我看到页面上有一个垂直的滚动条,我确定不是我自己的CSS造成的。
什么可能导致这种行为?
提前致谢
[1]:
您看到的是空白滚动条,还是您的页面下方有大量“空白”?如果您看到一个空白滚动条,它是由 css 引起的,例如下面的示例。(不确定它在 jquery-mobile 中的样子)。
html,body{ height:100% } html{ overflow-y:scroll }