Skip to content

Commit 65ab5f3

Browse files
committed
fix(tabs): corectly size ion-content when used with inline tabs. Closes #2781
1 parent 4afc767 commit 65ab5f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: scss/_scaffolding.scss

+4
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,10 @@ ion-infinite-scroll {
236236
.has-tabs,
237237
.bar-footer.has-tabs {
238238
bottom: $tabs-height;
239+
&.pane{
240+
bottom: $tabs-height;
241+
height:auto;
242+
}
239243
}
240244

241245
.has-footer.has-tabs {

0 commit comments

Comments
 (0)