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 3e5667a commit 6581708Copy full SHA for 6581708
src/index.less
@@ -100,6 +100,7 @@
100
me-root {
101
position: relative;
102
margin: 45px 0;
103
+ z-index: 10;
104
me-tpc {
105
font-size: 25px;
106
color: var(--root-color);
@@ -114,6 +115,7 @@
114
115
cursor: pointer;
116
padding: 6px var(--node-gap-x);
117
margin-top: var(--node-gap-y);
118
119
120
121
border-radius: 3px;
@@ -213,7 +215,6 @@
213
215
.lines,
214
216
.subLines {
217
pointer-events: none;
- z-index: -1;
218
}
219
220
.topiclinks,
0 commit comments