Skip to content

Commit 7e4fb15

Browse files
committed
fix(ionTabs): adjust tabs and content when hiding the nav bar
Closes #2921
1 parent e10b5d2 commit 7e4fb15

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: scss/_tabs.scss

+7
Original file line numberDiff line numberDiff line change
@@ -519,3 +519,10 @@ ion-tabs {
519519
pointer-events: none;
520520
}
521521

522+
.nav-bar-tabs-top.hide ~ .view-container .tabs-top .tabs{
523+
top: 0
524+
}
525+
.pane[hide-nav-bar="true"] .has-tabs-top{
526+
top:49px
527+
}
528+

0 commit comments

Comments
 (0)