close #336 add pointer-events: null to mouse tail wrapper

This commit is contained in:
Yanzhen Yu
2020-09-12 15:49:41 +08:00
parent dbe1c12cc2
commit 8519329e90

View File

@@ -26,6 +26,7 @@
}
.replayer-mouse-tail {
position: absolute;
pointer-events: none;
}
@keyframes click {