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.
当使用-ms-viewportin CSSthen scrollabe div(overflow scrollable) 时不能再滚动了。问题仅发生在 Windows 8 手机中。平板电脑好像没问题。
-ms-viewport
CSS
scrollabe div
有人知道这个问题的解决方案吗?
将宽度设置为 auto(如下所示)而不是 device-width 似乎可以解决滚动问题。
@-ms-viewport { width: auto; }