mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Remove overflow: auto; from .tab-content
This commit is contained in:
parent
b9b5cd786d
commit
7626cc629f
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
@ -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 @@
|
|||||||
.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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user