fix for overflowing tabs

This commit is contained in:
Andy Miller
2014-09-23 17:18:35 -06:00
parent 880c000f46
commit e7180d22d9
3 changed files with 6 additions and 2 deletions

View File

@@ -1290,7 +1290,9 @@ body.remodal_active .remodal {
.tab-body {
position: absolute;
top: -9999px;
opacity: 0; }
opacity: 0;
width: 100%;
overflow: hidden; }
.tab-body-wrapper {
padding-top: 3.5em;

File diff suppressed because one or more lines are too long

View File

@@ -95,6 +95,8 @@ $tab-label-height:3.5em;
position:absolute;
top:-9999px;
opacity:0;
width: 100%;
overflow: hidden;
}
.tab-body-wrapper {