diff --git a/src/replay/index.ts b/src/replay/index.ts index 6752cfb1..09200f7f 100644 --- a/src/replay/index.ts +++ b/src/replay/index.ts @@ -178,6 +178,7 @@ export class Replayer { this.iframe = document.createElement('iframe'); this.iframe.setAttribute('sandbox', 'allow-same-origin'); this.iframe.setAttribute('scrolling', 'no'); + this.iframe.setAttribute('style', 'pointer-events: none'); this.wrapper.appendChild(this.iframe); }