Closed LazeMSS closed 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
#tab_plugin_SpoolManager .dropdown-menu
Hi @LazeMSS,
I removed the css-class, should be working now.
Please test and give feedback. Thx, in advance Olli
Fixed
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