]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove overflow: auto; from .tab-content
authorMark Otto <otto@github.com>
Sat, 12 Jan 2013 04:26:48 +0000 (20:26 -0800)
committerMark Otto <otto@github.com>
Sat, 12 Jan 2013 04:26:48 +0000 (20:26 -0800)
docs/assets/css/bootstrap.css
less/navs.less

index b296eeeb4cf630b60b3704dbd4a5a2f14b97861d..944292719503eb64fa2dc32d52993dcc51f0c51d 100644 (file)
@@ -3177,10 +3177,6 @@ fieldset[disabled] .btn-link:hover {
   clear: both;
 }
 
-.tab-content {
-  overflow: auto;
-}
-
 .tab-content > .tab-pane,
 .pill-content > .pill-pane {
   display: none;
index 19b43dfa0bb47ca7d0738ee388e6b298d1f03cc8..ff7fe51fa146a050ee84d9c5b3d2b9f8eb2e3da5 100644 (file)
 .tabbable {
   .clearfix();
 }
-.tab-content {
-  overflow: auto; // prevent content from running below tabs
-}
 
 // Show/hide tabbable areas
 .tab-content > .tab-pane,