Merge branch 'develop' into smart-list
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user