From 65ab5f35a719e7b65325c5dd481d82b49f1e436b Mon Sep 17 00:00:00 2001 From: perry Date: Mon, 9 Feb 2015 15:38:07 -0600 Subject: [PATCH] fix(tabs): corectly size ion-content when used with inline tabs. Closes #2781 --- scss/_scaffolding.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/_scaffolding.scss b/scss/_scaffolding.scss index 1d6d9f8576a..3de35018d7a 100644 --- a/scss/_scaffolding.scss +++ b/scss/_scaffolding.scss @@ -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 {