Kibana React Plugin CSS is affecting other areas of the site

I have a Kibana plugin, done in React, only intended as an element for Canvas Dashboard. However, I notice that certain CSS styling changes also affect other areas of the site when the plugin is deployed. Is there anything I can do to specify the "scope" of the plugin to not affect any page besides the whatever canvas dashboard it loads on?

Is your plugin making CSS changes or what is it doing?

If you are creating CSS I would make sure you target .canvas class so only children of that could be effected. Or you can use .canvasWorkpad class to only effect items on the workpad.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.