标签: css twitter-bootstrap tabs scrollbar
我正在使用twitter-Bootstrap。网页运行得很好但突然间我不知道为什么会出现水平滚动条。有谁知道如何删除滚动条。
答案 0 :(得分:5)
在Bootstrap.min.css
更改行:9
.tab-content { overflow:hidden; }
答案 1 :(得分:2)
只需将此样式添加到.tab-content:
.tab-content
.tab-content {overflow-x: hidden;}