bigbluebutton / bigbluebutton-html-plugin-sdk

BigBlueButton Plugin SDK
GNU Lesser General Public License v3.0
7 stars 5 forks source link

fix: decrease amplitude of plugin CSS scope #14

Closed GuiLeme closed 11 months ago

GuiLeme commented 1 year ago

This PR https://github.com/bigbluebutton/bigbluebutton-html-plugin-sdk/pull/13 fix a problem where the CSS from a plugin is applied globally to all the meeting.

Even though that solution woks for now, I think we should search for a more robust one: Making the plugin's CSS scope specific to the plugin, and not applying it to any other component in BBB.