Skip to content

Commit

Permalink
Merge pull request #4215 from gaetansenn/patch-1
Browse files Browse the repository at this point in the history
Add Subfooter with tabs support
  • Loading branch information
mlynch committed Dec 6, 2015
2 parents 62fa27e + ffa7320 commit 0adf975
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 {
}
}

.bar-subfooter.has-tabs {
bottom: $tabs-height + $bar-footer-height;
}

.has-footer.has-tabs {
bottom: $tabs-height + $bar-footer-height;
}
Expand Down

0 comments on commit 0adf975

Please sign in to comment.