File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Array [
1919 </div >
2020 </div >,
2121 .circuit-0 {
22- z - index : 20 ;
22+ z - index : 30 ;
2323}
2424
2525<div
@@ -60,7 +60,7 @@ Array [
6060 </div >
6161 </div >,
6262 .circuit-0 {
63- z - index : 20 ;
63+ z - index : 30 ;
6464}
6565
6666<div
@@ -101,7 +101,7 @@ Array [
101101 </div >
102102 </div >,
103103 .circuit-0 {
104- z - index : 20 ;
104+ z - index : 30 ;
105105}
106106
107107<div
@@ -142,7 +142,7 @@ Array [
142142 </div >
143143 </div >,
144144 .circuit-0 {
145- z - index : 20 ;
145+ z - index : 30 ;
146146}
147147
148148<div
@@ -183,7 +183,7 @@ Array [
183183 </div >
184184 </div >,
185185 .circuit-0 {
186- z - index : 20 ;
186+ z - index : 30 ;
187187}
188188
189189<div
@@ -224,7 +224,7 @@ Array [
224224 </div >
225225 </div >,
226226 .circuit-0 {
227- z - index : 20 ;
227+ z - index : 30 ;
228228}
229229
230230<div
@@ -265,7 +265,7 @@ Array [
265265 </div >
266266 </div >,
267267 .circuit-0 {
268- z - index : 20 ;
268+ z - index : 30 ;
269269}
270270
271271<div
@@ -306,7 +306,7 @@ Array [
306306 </div >
307307 </div >,
308308 .circuit-0 {
309- z - index : 20 ;
309+ z - index : 30 ;
310310}
311311
312312<div
@@ -347,7 +347,7 @@ Array [
347347 </div >
348348 </div >,
349349 .circuit-0 {
350- z - index : 20 ;
350+ z - index : 30 ;
351351}
352352
353353<div
@@ -388,7 +388,7 @@ Array [
388388 </div >
389389 </div >,
390390 .circuit-0 {
391- z - index : 20 ;
391+ z - index : 30 ;
392392}
393393
394394<div
@@ -429,7 +429,7 @@ Array [
429429 </div >
430430 </div >,
431431 .circuit-0 {
432- z - index : 20 ;
432+ z - index : 30 ;
433433}
434434
435435<div
@@ -470,7 +470,7 @@ Array [
470470 </div >
471471 </div >,
472472 .circuit-0 {
473- z - index : 20 ;
473+ z - index : 30 ;
474474}
475475
476476<div
@@ -511,7 +511,7 @@ Array [
511511 </div >
512512 </div >,
513513 .circuit-0 {
514- z - index : 20 ;
514+ z - index : 30 ;
515515}
516516
517517<div
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ exports[`Select should render with default styles 1`] = `
101101 padding : 8px 32px 8px 12px ;
102102 position : relative ;
103103 width : 100 % ;
104- z - index : 30 ;
104+ z - index : 20 ;
105105 font - size : 15px ;
106106 line - height : 24px ;
107107}
@@ -170,7 +170,7 @@ exports[`Select should render with disabled styles when passed the disabled prop
170170 padding : 8px 32px 8px 12px ;
171171 position : relative ;
172172 width : 100 % ;
173- z - index : 30 ;
173+ z - index : 20 ;
174174 font - size : 15px ;
175175 line - height : 24px ;
176176}
@@ -249,7 +249,7 @@ exports[`Select should render with inline styles when passed the inline prop 1`]
249249 padding : 8px 32px 8px 12px ;
250250 position : relative ;
251251 width : 100 % ;
252- z - index : 30 ;
252+ z - index : 20 ;
253253 font - size : 15px ;
254254 line - height : 24px ;
255255}
@@ -404,7 +404,7 @@ exports[`Select should render with no margin styles when passed the noMargin pro
404404 padding : 8px 32px 8px 12px ;
405405 position : relative ;
406406 width : 100 % ;
407- z - index : 30 ;
407+ z - index : 20 ;
408408 font - size : 15px ;
409409 line - height : 24px ;
410410}
Original file line number Diff line number Diff line change @@ -231,8 +231,8 @@ export const zIndex = {
231231 default : 0 ,
232232 absolute : 1 ,
233233 drawer : 10 ,
234- popover : 20 ,
235- select : 30 ,
234+ select : 20 ,
235+ popover : 30 ,
236236 tooltip : 31 ,
237237 modal : 1000
238238} ;
You can’t perform that action at this time.
0 commit comments