@@ -55,7 +55,7 @@ function generateStyle(
55
55
content: "";
56
56
background-color: inherit;
57
57
position: absolute;
58
- z-index: 2 ;
58
+ z-index: -1 ;
59
59
width: 18px;
60
60
height: 10px;
61
61
}
@@ -67,7 +67,7 @@ function generateStyle(
67
67
border-top-right-radius: ${ arrowRadius } px;
68
68
border: 1px solid ${ borderColor } ;
69
69
background-color: ${ arrowColor } ;
70
- z-index: 1 ;
70
+ z-index: -2 ;
71
71
bottom: -6px;
72
72
left: 50%;
73
73
margin-left: -8px;
@@ -81,7 +81,7 @@ function generateStyle(
81
81
content: "";
82
82
background-color: inherit;
83
83
position: absolute;
84
- z-index: 2 ;
84
+ z-index: -1 ;
85
85
width: 18px;
86
86
height: 10px;
87
87
}
@@ -93,7 +93,7 @@ function generateStyle(
93
93
border-top-right-radius: ${ arrowRadius } px;
94
94
border: 1px solid ${ borderColor } ;
95
95
background-color: ${ arrowColor } ;
96
- z-index: 1 ;
96
+ z-index: -2 ;
97
97
top: -6px;
98
98
left: 50%;
99
99
margin-left: -8px;
@@ -107,7 +107,7 @@ function generateStyle(
107
107
content: "";
108
108
background-color: inherit;
109
109
position: absolute;
110
- z-index: 2 ;
110
+ z-index: -1 ;
111
111
width: 10px;
112
112
height: 18px;
113
113
}
@@ -119,7 +119,7 @@ function generateStyle(
119
119
border-top-right-radius: ${ arrowRadius } px;
120
120
border: 1px solid ${ borderColor } ;
121
121
background-color: ${ arrowColor } ;
122
- z-index: 1 ;
122
+ z-index: -2 ;
123
123
right: -6px;
124
124
top: 50%;
125
125
margin-top: -6px;
@@ -133,7 +133,7 @@ function generateStyle(
133
133
content: "";
134
134
background-color: inherit;
135
135
position: absolute;
136
- z-index: 2 ;
136
+ z-index: -1 ;
137
137
width: 10px;
138
138
height: 18px;
139
139
}
@@ -145,7 +145,7 @@ function generateStyle(
145
145
border-top-right-radius: ${ arrowRadius } px;
146
146
border: 1px solid ${ borderColor } ;
147
147
background-color: ${ arrowColor } ;
148
- z-index: 1 ;
148
+ z-index: -2 ;
149
149
left: -6px;
150
150
top: 50%;
151
151
margin-top: -6px;
0 commit comments