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.
当我将浏览器的宽度减小到尽可能小的量时,我仍然看到用户可以水平滚动。鉴于我使用的是 Twitter Bootstrap,我预计情况并非如此。如何防止此页面上发生这种情况:
http://warm-chamber-7399.herokuapp.com/
您可以使用
body{ overflow-x: hidden;}
这就是你需要的——
.navbar-wrapper { max-width:100%; //your other CSS }
不要将它应用于身体或其他元素,因为它会搞砸。