From 7626cc629ff165f84601ad7c35b64e0b30f491f1 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 11 Jan 2013 20:26:48 -0800 Subject: [PATCH] Remove overflow: auto; from .tab-content --- docs/assets/css/bootstrap.css | 4 ---- less/navs.less | 3 --- 2 files changed, 7 deletions(-) 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,