Skip to content

Commit

Permalink
fix(tabs): corectly size ion-content when used with inline tabs. Closes
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygovier committed Feb 9, 2015
1 parent 4afc767 commit 65ab5f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/_scaffolding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 65ab5f3

Please sign in to comment.