mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(ionFooterBar): properly offset content for bar-subfooter
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user