fix(ionFooterBar): properly offset content for bar-subfooter

This commit is contained in:
Andrew Joslin
2014-05-20 06:10:49 -06:00
parent 6f583c616f
commit 46e3366498

View File

@@ -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 {