@@ -2214,6 +2214,7 @@ const WebDisplay = React.memo(function WebDisplay({ html }: { html: string }) {
customHTMLElementModels={customHTMLElementModels}
renderers={renderers}
enableCSSInlineProcessing={true}
+ enableUserAgentStyles
/>
);
});