-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix dcc.Loading spinner style #2860
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just missing a changelog entry.
@T4rk1n - Thanks for your speedy review! Yeah, I need to fix the tests too. But I upgraded chrome, and can't run tests locally anymore. Need to figure out how to update the chrome driver - I can't find a version for Linux and Chrome 124. |
I had the same issue with chrome update, I ended up uninstalling chrome from the ubuntu store and downloaded both chrome and the chromedriver from this page: https://googlechromelabs.github.io/chrome-for-testing/#stable |
@T4rk1n This is ready now 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💃
fixes #2858
Applies
overlay_style
prop to thedcc.Loading
children
only and not to the spinner component.