Commit 7626cc62 authored by Mark Otto's avatar Mark Otto

Remove overflow: auto; from .tab-content

parent b9b5cd78
...@@ -3177,10 +3177,6 @@ fieldset[disabled] .btn-link:hover { ...@@ -3177,10 +3177,6 @@ fieldset[disabled] .btn-link:hover {
clear: both; clear: both;
} }
.tab-content {
overflow: auto;
}
.tab-content > .tab-pane, .tab-content > .tab-pane,
.pill-content > .pill-pane { .pill-content > .pill-pane {
display: none; display: none;
......
...@@ -243,9 +243,6 @@ ...@@ -243,9 +243,6 @@
.tabbable { .tabbable {
.clearfix(); .clearfix();
} }
.tab-content {
overflow: auto; // prevent content from running below tabs
}
// Show/hide tabbable areas // Show/hide tabbable areas
.tab-content > .tab-pane, .tab-content > .tab-pane,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment