mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
z-index updates
This commit is contained in:
@ -76,10 +76,12 @@ ion-pane {
|
|||||||
.navbar-container {
|
.navbar-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 4.4rem;
|
min-height: 4.4rem;
|
||||||
|
z-index: $z-index-navbar-container;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-container {
|
.content-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
z-index: $z-index-content-container;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
order: $flex-order-view-content;
|
order: $flex-order-view-content;
|
||||||
}
|
}
|
||||||
|
@ -2,11 +2,15 @@
|
|||||||
// Z-Index
|
// Z-Index
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
|
$z-index-content-container: 5 !default;
|
||||||
|
$z-index-navbar-container: 10 !default;
|
||||||
|
|
||||||
$z-index-content: 1 !default;
|
$z-index-content: 1 !default;
|
||||||
$z-index-swipe-handle: 5 !default;
|
$z-index-swipe-handle: 5 !default;
|
||||||
|
|
||||||
$z-index-toolbar-border: 20 !default;
|
$z-index-toolbar-border: 20 !default;
|
||||||
$z-index-list-border: 50 !default;
|
$z-index-list-border: 50 !default;
|
||||||
|
|
||||||
$z-index-aside-overlay: 80 !default;
|
$z-index-aside-overlay: 80 !default;
|
||||||
$z-index-overlay: 1000 !default;
|
$z-index-overlay: 1000 !default;
|
||||||
$z-index-click-block: 9999 !default;
|
$z-index-click-block: 9999 !default;
|
||||||
|
Reference in New Issue
Block a user