2

I am working on twitter-Bootstrap. The webpage was running perfectly but, suddenly I don't know why a horizontal scroll bar appeared. Does anyone have any idea how to remove the scroll bar.

4

2 に答える 2

4

Bootstrap.min.css 内

行を変更:9 で

    .tab-content  
    {
    overflow:hidden;
    }
于 2012-11-08T06:26:54.290 に答える
2

このスタイルをに与えるだけ.tab-contentです:

.tab-content {overflow-x: hidden;}
于 2012-11-08T06:13:09.463 に答える