mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
26 lines
660 B
SCSS
26 lines
660 B
SCSS
|
|
// Z-Index
|
|
// --------------------------------------------------
|
|
// Grouped by elements which would be siblings
|
|
|
|
|
|
$z-index-aside-overlay: 80 !default;
|
|
$z-index-overlay: 1000 !default;
|
|
$z-index-click-block: 9999 !default;
|
|
|
|
|
|
$z-index-content-container: 5 !default;
|
|
$z-index-navbar-container: 10 !default;
|
|
|
|
|
|
$z-index-content: 5 !default;
|
|
$z-index-toolbar: 10 !default;
|
|
$z-index-swipe-handle: 15 !default;
|
|
|
|
|
|
$z-index-toolbar-border: 20 !default;
|
|
$z-index-list-border: 50 !default;
|
|
|
|
$z-index-popup-backdrop: 100;
|
|
$z-index-popup-wrapper: 101;
|