Skip to content

Commit c37fcb3

Browse files
committed
fix: increase z-index of circle
1 parent 2827d00 commit c37fcb3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/index.less

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,6 @@
216216
pointer-events: none;
217217
}
218218

219-
.topiclinks,
220-
.linkcontroller {
221-
* {
222-
z-index: 100;
223-
}
224-
}
225219
#input-box {
226220
position: absolute;
227221
top: 0;
@@ -271,7 +265,7 @@
271265
border-radius: 100%;
272266
background: #757575;
273267
border: 2px solid #ffffff;
274-
z-index: 10;
268+
z-index: 50;
275269

276270
cursor: pointer;
277271
}

0 commit comments

Comments
 (0)