external library overriding component scoped classes in style
I have a modal component with scoped style like this
I was asked to integrate a library (via html script) that has an internal modal.
That library for some reason clashes with my component classes (modal-wrapper and modal-container)
The computed styles are both the library and component mixed together (like it's treating the component styles as global)
I was asked to integrate a library (via html script) that has an internal modal.
That library for some reason clashes with my component classes (modal-wrapper and modal-container)
The computed styles are both the library and component mixed together (like it's treating the component styles as global)