From 2501993f07ac957aab61ae526569d7913f1b566c Mon Sep 17 00:00:00 2001 From: Yanzhen Yu Date: Wed, 1 Apr 2026 12:00:00 +0800 Subject: [PATCH] close #336 add pointer-events: null to mouse tail wrapper --- src/replay/styles/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/replay/styles/style.css b/src/replay/styles/style.css index 1766ccaf..9ed07b79 100644 --- a/src/replay/styles/style.css +++ b/src/replay/styles/style.css @@ -26,6 +26,7 @@ } .replayer-mouse-tail { position: absolute; + pointer-events: none; } @keyframes click {