File tree 3 files changed +19
-19
lines changed
3 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Array [
19
19
</div >
20
20
</div >,
21
21
.circuit-0 {
22
- z - index : 20 ;
22
+ z - index : 30 ;
23
23
}
24
24
25
25
<div
@@ -60,7 +60,7 @@ Array [
60
60
</div >
61
61
</div >,
62
62
.circuit-0 {
63
- z - index : 20 ;
63
+ z - index : 30 ;
64
64
}
65
65
66
66
<div
@@ -101,7 +101,7 @@ Array [
101
101
</div >
102
102
</div >,
103
103
.circuit-0 {
104
- z - index : 20 ;
104
+ z - index : 30 ;
105
105
}
106
106
107
107
<div
@@ -142,7 +142,7 @@ Array [
142
142
</div >
143
143
</div >,
144
144
.circuit-0 {
145
- z - index : 20 ;
145
+ z - index : 30 ;
146
146
}
147
147
148
148
<div
@@ -183,7 +183,7 @@ Array [
183
183
</div >
184
184
</div >,
185
185
.circuit-0 {
186
- z - index : 20 ;
186
+ z - index : 30 ;
187
187
}
188
188
189
189
<div
@@ -224,7 +224,7 @@ Array [
224
224
</div >
225
225
</div >,
226
226
.circuit-0 {
227
- z - index : 20 ;
227
+ z - index : 30 ;
228
228
}
229
229
230
230
<div
@@ -265,7 +265,7 @@ Array [
265
265
</div >
266
266
</div >,
267
267
.circuit-0 {
268
- z - index : 20 ;
268
+ z - index : 30 ;
269
269
}
270
270
271
271
<div
@@ -306,7 +306,7 @@ Array [
306
306
</div >
307
307
</div >,
308
308
.circuit-0 {
309
- z - index : 20 ;
309
+ z - index : 30 ;
310
310
}
311
311
312
312
<div
@@ -347,7 +347,7 @@ Array [
347
347
</div >
348
348
</div >,
349
349
.circuit-0 {
350
- z - index : 20 ;
350
+ z - index : 30 ;
351
351
}
352
352
353
353
<div
@@ -388,7 +388,7 @@ Array [
388
388
</div >
389
389
</div >,
390
390
.circuit-0 {
391
- z - index : 20 ;
391
+ z - index : 30 ;
392
392
}
393
393
394
394
<div
@@ -429,7 +429,7 @@ Array [
429
429
</div >
430
430
</div >,
431
431
.circuit-0 {
432
- z - index : 20 ;
432
+ z - index : 30 ;
433
433
}
434
434
435
435
<div
@@ -470,7 +470,7 @@ Array [
470
470
</div >
471
471
</div >,
472
472
.circuit-0 {
473
- z - index : 20 ;
473
+ z - index : 30 ;
474
474
}
475
475
476
476
<div
@@ -511,7 +511,7 @@ Array [
511
511
</div >
512
512
</div >,
513
513
.circuit-0 {
514
- z - index : 20 ;
514
+ z - index : 30 ;
515
515
}
516
516
517
517
<div
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ exports[`Select should render with default styles 1`] = `
101
101
padding : 8px 32px 8px 12px ;
102
102
position : relative ;
103
103
width : 100 % ;
104
- z - index : 30 ;
104
+ z - index : 20 ;
105
105
font - size : 15px ;
106
106
line - height : 24px ;
107
107
}
@@ -170,7 +170,7 @@ exports[`Select should render with disabled styles when passed the disabled prop
170
170
padding : 8px 32px 8px 12px ;
171
171
position : relative ;
172
172
width : 100 % ;
173
- z - index : 30 ;
173
+ z - index : 20 ;
174
174
font - size : 15px ;
175
175
line - height : 24px ;
176
176
}
@@ -249,7 +249,7 @@ exports[`Select should render with inline styles when passed the inline prop 1`]
249
249
padding : 8px 32px 8px 12px ;
250
250
position : relative ;
251
251
width : 100 % ;
252
- z - index : 30 ;
252
+ z - index : 20 ;
253
253
font - size : 15px ;
254
254
line - height : 24px ;
255
255
}
@@ -404,7 +404,7 @@ exports[`Select should render with no margin styles when passed the noMargin pro
404
404
padding : 8px 32px 8px 12px ;
405
405
position : relative ;
406
406
width : 100 % ;
407
- z - index : 30 ;
407
+ z - index : 20 ;
408
408
font - size : 15px ;
409
409
line - height : 24px ;
410
410
}
Original file line number Diff line number Diff line change @@ -231,8 +231,8 @@ export const zIndex = {
231
231
default : 0 ,
232
232
absolute : 1 ,
233
233
drawer : 10 ,
234
- popover : 20 ,
235
- select : 30 ,
234
+ select : 20 ,
235
+ popover : 30 ,
236
236
tooltip : 31 ,
237
237
modal : 1000
238
238
} ;
You can’t perform that action at this time.
0 commit comments