mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
17 lines
485 B
SCSS
17 lines
485 B
SCSS
|
|
// 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;
|