Writes the overlay's dynamic CSS custom properties via the CSSOM (element.style.setProperty) instead of React inline style={{}}, so the renderer can run under a strict style-src 'self' CSP.
element.style.setProperty
style={{}}
style-src 'self'
Writes the overlay's dynamic CSS custom properties via the CSSOM (
element.style.setProperty) instead of React inlinestyle={{}}, so the renderer can run under a strictstyle-src 'self'CSP.