Skip to content

Commit 7535d83

Browse files
committed
Merge pull request #4717 from PhilSwanson/master
.has-tabs-top now respects $tabs-height variable
2 parents 240cd30 + 2bb014d commit 7535d83

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)