fix(tabs): android tabs stay under 2nd view

This commit is contained in:
Adam Bradley
2014-11-13 15:25:58 -06:00
parent b75bd9d8c8
commit e3f51ca8d0

View File

@@ -107,6 +107,10 @@ $android-transition-timing-leaving: cubic-bezier(0.4, 0, 1, 1) !default
top: $bar-height;
}
.tabs-top.tabs-striped > .view-container {
position: static;
}
}