File tree 3 files changed +17
-0
lines changed
3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : simple
3
+ component : ionSideMenus
4
+ ---
5
+ .menu-left .scroll-content {
6
+ background-color : # f4f4f4 ;
7
+ }
Original file line number Diff line number Diff line change 17
17
width : $menu-width ;
18
18
19
19
background-color : $menu-bg ;
20
+
21
+ .scroll-content {
22
+ z-index : $z-index-menu-scroll-content ;
23
+ }
24
+
25
+ .bar-header {
26
+ z-index : $z-index-menu-bar-header ;
27
+ }
20
28
}
21
29
22
30
.menu-content {
Original file line number Diff line number Diff line change @@ -669,6 +669,8 @@ $z-index-item-reordering: 9 !default;
669
669
$z-index-item-toggle : 3 !default ;
670
670
$z-index-loading : 13 !default ;
671
671
$z-index-menu : 0 !default ;
672
+ $z-index-menu-bar-header : 11 !default ;
673
+ $z-index-menu-scroll-content : 10 !default ;
672
674
$z-index-modal : 10 !default ;
673
675
$z-index-pane : 1 !default ;
674
676
$z-index-popup : 12 !default ;
You can’t perform that action at this time.
0 commit comments