We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2827d00 commit c37fcb3Copy full SHA for c37fcb3
src/index.less
@@ -216,12 +216,6 @@
216
pointer-events: none;
217
}
218
219
- .topiclinks,
220
- .linkcontroller {
221
- * {
222
- z-index: 100;
223
- }
224
225
#input-box {
226
position: absolute;
227
top: 0;
@@ -271,7 +265,7 @@
271
265
border-radius: 100%;
272
266
background: #757575;
273
267
border: 2px solid #ffffff;
274
- z-index: 10;
268
+ z-index: 50;
275
269
276
270
cursor: pointer;
277
0 commit comments