Skip to content

Commit 46e3366

Browse files
committed
fix(ionFooterBar): properly offset content for bar-subfooter
1 parent 6f583c6 commit 46e3366

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scss/_scaffolding.scss

+3
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,9 @@ ion-infinite-scroll.active .scroll-infinite {
304304
.has-footer {
305305
bottom: $bar-height;
306306
}
307+
.has-subfooter {
308+
bottom: $bar-height * 2;
309+
}
307310

308311
.has-tabs,
309312
.bar-footer.has-tabs {

0 commit comments

Comments
 (0)