From 8519329e9040ff070200028628f68e7aad69746b Mon Sep 17 00:00:00 2001 From: Yanzhen Yu Date: Sat, 12 Sep 2020 15:49:41 +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 {