Skip to content

Commit 2bb014d

Browse files
committed
.pane[hide-nav-bar=true] .has-tabs-top now respects $tabs-height variable
1 parent 06ef682 commit 2bb014d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scss/_tabs.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,6 @@ ion-tabs {
523523
top: 0
524524
}
525525
.pane[hide-nav-bar="true"] .has-tabs-top{
526-
top:49px
526+
top:$tabs-height
527527
}
528528

0 commit comments

Comments
 (0)