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。网页运行得很完美,但是突然间我不知道为什么会出现水平滚动条。有谁知道如何删除滚动条。
在 Bootstrap.min.css 中
换行:9 与
.tab-content { overflow:hidden; }
只需将此样式赋予.tab-content:
.tab-content
.tab-content {overflow-x: hidden;}