webex/react-widgets

CDN Stylesheet contains globally matching styles

megamit opened this issue · 1 comments

The css contains several styles that match html tags such as img html body which can break styles on existing webpages which forces it to be put in an iframe to protect the rest of the page.
Ideally all styles would be prepended with some class or id to prevent leakage.

This has been fixed as of version 0.2.10