File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -1185,9 +1185,10 @@ $form-validation-states: (
1185
1185
$zindex-dropdown : 1000 !default ;
1186
1186
$zindex-sticky : 1020 !default ;
1187
1187
$zindex-fixed : 1030 !default ;
1188
- $zindex-sidebar-backdrop : 1030 !default ;
1189
1188
$zindex-offcanvas-backdrop : 1040 !default ;
1189
+ $zindex-sidebar-backdrop : 1040 !default ;
1190
1190
$zindex-offcanvas : 1045 !default ;
1191
+ $zindex-sidebar-overlaid : 1045 !default ;
1191
1192
$zindex-modal-backdrop : 1050 !default ;
1192
1193
$zindex-modal : 1055 !default ;
1193
1194
$zindex-popover : 1070 !default ;
Original file line number Diff line number Diff line change 9
9
-- #{$prefix } sidebar-color : #{$sidebar-color } ;
10
10
-- #{$prefix } sidebar-brand-color : #{$sidebar-brand-color } ;
11
11
-- #{$prefix } sidebar-brand-bg : #{$sidebar-brand-bg } ;
12
+ -- #{$prefix } sidebar-overlaid-zindex : #{$zindex-sidebar-overlaid } ;
12
13
// scss-docs-end sidebar-css-vars
13
14
14
15
position : relative ;
79
80
position : fixed ;
80
81
top : 0 ;
81
82
bottom : 0 ;
82
- z-index : $zindex-fixed ;
83
83
84
84
& :not (.sidebar-end ) {
85
85
@include ltr-rtl (" left" , 0 );
103
103
position : fixed ;
104
104
top : 0 ;
105
105
bottom : 0 ;
106
- z-index : $zindex-fixed + 2 ;
106
+ z-index : var ( --#{$prefix}sidebar-overlaid-zindex ) ;
107
107
108
108
& :not (.hide ) {
109
109
box-shadow : $box-shadow ;
130
130
position : fixed ;
131
131
top : 0 ;
132
132
bottom : 0 ;
133
- z-index : $zindex-fixed + 1 ;
133
+ z-index : var ( --#{$prefix}sidebar-overlaid-zindex ) ;
134
134
135
135
& :not (.sidebar-end ) {
136
136
@include ltr-rtl (" left" , 0 );
You can’t perform that action at this time.
0 commit comments