Skip to content

Commit

Permalink
fix(ionTabs): adjust tabs and content when hiding the nav bar
Browse files Browse the repository at this point in the history
Closes #2921
  • Loading branch information
mhartington committed Jul 20, 2015
1 parent e10b5d2 commit 7e4fb15
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scss/_tabs.scss
Expand Up @@ -519,3 +519,10 @@ ion-tabs {
pointer-events: none;
}

.nav-bar-tabs-top.hide ~ .view-container .tabs-top .tabs{
top: 0
}
.pane[hide-nav-bar="true"] .has-tabs-top{
top:49px

This comment has been minimized.

Copy link
@iver56

iver56 Aug 24, 2015

Would it make sense to use the $tabs-height variable here instead? That variable is 49px by default.

}

0 comments on commit 7e4fb15

Please sign in to comment.