Skip to content

Commit ffa7320

Browse files
committed
Update _scaffolding.scss
Hello, I'm currently trying to add a subfooter with a tabs but the actual CSS doesn't implement this feature. I can see that the .has-footer.has-tabs doing the same thing but the directive is actually not generating those classes.
1 parent 59294e8 commit ffa7320

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scss/_scaffolding.scss

+4
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,10 @@ ion-infinite-scroll {
236236
}
237237
}
238238

239+
.bar-subfooter.has-tabs {
240+
bottom: $tabs-height + $bar-footer-height;
241+
}
242+
239243
.has-footer.has-tabs {
240244
bottom: $tabs-height + $bar-footer-height;
241245
}

0 commit comments

Comments
 (0)