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

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 3c7e28b951
commit 2501993f07

View File

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