Skip to content

Commit

Permalink
fix(toolbar): position toolbar relative and add z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Jun 17, 2016
1 parent 927edff commit 1d8ba4a
Show file tree
Hide file tree
Showing 9 changed files with 466 additions and 487 deletions.
9 changes: 7 additions & 2 deletions src/components/app/structure.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $z-index-navbar-section: 10;
$z-index-page-container: 0;
$z-index-selected-tab: 1;
$z-index-toolbar: 10;
$z-index-toolbar-background: -1;
$z-index-toolbar-background: 0;

$z-index-toolbar-border: 20;
$z-index-list-border: 50;
Expand Down Expand Up @@ -183,6 +183,11 @@ ion-header {
width: 100%;
}

ion-toolbar {
position: relative;
z-index: $z-index-toolbar;
}

ion-footer {
position: absolute;
bottom: 0;
Expand Down Expand Up @@ -250,4 +255,4 @@ ion-content.js-scroll > scroll-content {
[nav-portal],
[tab-portal] {
display: none;
}
}
Loading

0 comments on commit 1d8ba4a

Please sign in to comment.