OllisGit / OctoPrint-SpoolManager

Plugin for managing Spools
168 stars 59 forks source link

[BUG] Broken CSS declaration #230

Closed LazeMSS closed 2 years ago

LazeMSS commented 2 years ago

The ".dropdown-menu" css should be removed ASAP.

https://github.com/OllisGit/OctoPrint-SpoolManager/blob/02e6231ff476677a46a202455b20531280c717fd/octoprint_SpoolManager/static/css/SpoolManager.css#L94

It's a rewrite of a standard bootstrap class name and therefore affects all dropdown menus.

Try an use the CSS selectors so they only affect your own plugins - ie: #tab_plugin_SpoolManager .dropdown-menu

OllisGit commented 2 years ago

Hi @LazeMSS,

I removed the css-class, should be working now.

Please test and give feedback. Thx, in advance Olli

LazeMSS commented 2 years ago

Fixed