Skip to content

Commit

Permalink
Merge pull request #4717 from PhilSwanson/master
Browse files Browse the repository at this point in the history
 .has-tabs-top now  respects $tabs-height variable
  • Loading branch information
mlynch committed Dec 6, 2015
2 parents 240cd30 + 2bb014d commit 7535d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -523,6 +523,6 @@ ion-tabs {
top: 0
}
.pane[hide-nav-bar="true"] .has-tabs-top{
top:49px
top:$tabs-height
}

0 comments on commit 7535d83

Please sign in to comment.