z-index updates

This commit is contained in:
Adam Bradley
2015-07-17 10:31:20 -05:00
parent 887d65f278
commit 0ba6d132a0
2 changed files with 6 additions and 0 deletions

View File

@ -76,10 +76,12 @@ ion-pane {
.navbar-container {
position: relative;
min-height: 4.4rem;
z-index: $z-index-navbar-container;
}
.content-container {
position: relative;
z-index: $z-index-content-container;
flex: 1;
order: $flex-order-view-content;
}

View File

@ -2,11 +2,15 @@
// Z-Index
// --------------------------------------------------
$z-index-content-container: 5 !default;
$z-index-navbar-container: 10 !default;
$z-index-content: 1 !default;
$z-index-swipe-handle: 5 !default;
$z-index-toolbar-border: 20 !default;
$z-index-list-border: 50 !default;
$z-index-aside-overlay: 80 !default;
$z-index-overlay: 1000 !default;
$z-index-click-block: 9999 !default;