aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-11 20:26:48 -0800
committerMark Otto <[email protected]>2013-01-11 20:26:48 -0800
commit7626cc629ff165f84601ad7c35b64e0b30f491f1 (patch)
treecf44710c06bf17c2420a07ebf5736d1c76937de7
parentb9b5cd786d2e774f478704c9aa942f35ac5d2a0c (diff)
downloadbootstrap-7626cc629ff165f84601ad7c35b64e0b30f491f1.tar.xz
bootstrap-7626cc629ff165f84601ad7c35b64e0b30f491f1.zip
Remove overflow: auto; from .tab-content
-rw-r--r--docs/assets/css/bootstrap.css4
-rw-r--r--less/navs.less3
2 files changed, 0 insertions, 7 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index b296eeeb4..944292719 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 19b43dfa0..ff7fe51fa 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,