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.
我使用 Bootstrap 开发了一个网站(www.damabbs.com)。问题是当用户想要使用 iPhone safari 向下滚动时,网页可以水平拖动。这很烦人。
我已经检查了引导网站。它工作正常。它只能垂直拖动。
更改base.css第 34 行中的代码
base.css
@media ( max-width : 766px) { body { padding-top: 0; padding-left: 5px !important; padding-right: 5px !important; }
至
@media ( max-width : 766px) { body { padding-top: 0; padding-left: 10px !important; padding-right: 10px !important; }