Skip to content

Commit

Permalink
fix(ionFooterBar): properly offset content for bar-subfooter
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed May 20, 2014
1 parent 6f583c6 commit 46e3366
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scss/_scaffolding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,9 @@ ion-infinite-scroll.active .scroll-infinite {
.has-footer {
bottom: $bar-height;
}
.has-subfooter {
bottom: $bar-height * 2;
}

.has-tabs,
.bar-footer.has-tabs {
Expand Down

0 comments on commit 46e3366

Please sign in to comment.