From: Mark Otto Date: Sat, 12 Jan 2013 04:26:48 +0000 (-0800) Subject: Remove overflow: auto; from .tab-content X-Git-Tag: v3.0.0-rc1~833^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7626cc629ff165f84601ad7c35b64e0b30f491f1;p=thirdparty%2Fbootstrap.git Remove overflow: auto; from .tab-content --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index b296eeeb4c..9442927195 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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; diff --git a/less/navs.less b/less/navs.less index 19b43dfa0b..ff7fe51fa1 100644 --- a/less/navs.less +++ b/less/navs.less @@ -243,9 +243,6 @@ .tabbable { .clearfix(); } -.tab-content { - overflow: auto; // prevent content from running below tabs -} // Show/hide tabbable areas .tab-content > .tab-pane,