fix(tabs): corectly size ion-content when used with inline tabs. Closes #2781

This commit is contained in:
perry
2015-02-09 15:38:07 -06:00
parent 4afc767721
commit 65ab5f35a7

View File

@@ -236,6 +236,10 @@ ion-infinite-scroll {
.has-tabs,
.bar-footer.has-tabs {
bottom: $tabs-height;
&.pane{
bottom: $tabs-height;
height:auto;
}
}
.has-footer.has-tabs {