2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Remove overflow: auto; from .tab-content

This commit is contained in:
Mark Otto
2013-01-11 20:26:48 -08:00
parent b9b5cd786d
commit 7626cc629f
2 changed files with 0 additions and 7 deletions
-3
View File
@@ -243,9 +243,6 @@
.tabbable {
.clearfix();
}
.tab-content {
overflow: auto; // prevent content from running below tabs
}
// Show/hide tabbable areas
.tab-content > .tab-pane,