Merge branch 'develop' into smart-list

This commit is contained in:
Rohit
2025-07-07 01:23:19 +05:30
committed by GitHub
3 changed files with 8 additions and 3 deletions

View File

@@ -859,16 +859,18 @@ export const DOMBrowserRenderer: React.FC<RRWebDOMBrowserRendererProps> = ({
max-width: 100% !important;
height: auto !important;
}
/* Make everything interactive */
* {
cursor: "pointer" !important;
}
/* Additional CSS from resources */
${additionalCSS.join("\n\n")}
`;
const headTagRegex = /<head[^>]*>/i;
const cssInjection = `
<meta charset="utf-8">