mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(tabs): corectly size ion-content when used with inline tabs. Closes #2781
This commit is contained in:
@@ -236,6 +236,10 @@ ion-infinite-scroll {
|
||||
.has-tabs,
|
||||
.bar-footer.has-tabs {
|
||||
bottom: $tabs-height;
|
||||
&.pane{
|
||||
bottom: $tabs-height;
|
||||
height:auto;
|
||||
}
|
||||
}
|
||||
|
||||
.has-footer.has-tabs {
|
||||
|
||||
Reference in New Issue
Block a user