-
Notifications
You must be signed in to change notification settings - Fork 60
[BUG] Broken CSS declaration #230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This was referenced Jan 30, 2022
Hi @LazeMSS, I removed the css-class, should be working now. Please test and give feedback. |
Fixed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The ".dropdown-menu" css should be removed ASAP.
OctoPrint-SpoolManager/octoprint_SpoolManager/static/css/SpoolManager.css
Line 94 in 02e6231
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
The text was updated successfully, but these errors were encountered: