We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Badge component leaks over Fab component despite being defined earlier in DOM.
Badge
Fab
Badge component should hide behind Fab component.
Here is live example: https://codesandbox.io/s/youthful-mccarthy-c7p15?file=/src/App.js
I've have similar layout on my website and noticed this visual bug.
The text was updated successfully, but these errors were encountered:
It seems that the Fab is missing the z-index (while the Badge has z-index: 1). We need to be careful not to break any existing layouts though.
z-index: 1
Would you like to work on a fix?
Sorry, something went wrong.
@michaldudak Yes. I can work on a fix.
I've added pull request.
Successfully merging a pull request may close this issue.
Duplicates
Latest version
Current behavior 😯
Badge
component leaks overFab
component despite being defined earlier in DOM.Expected behavior 🤔
Badge
component should hide behindFab
component.Steps to reproduce 🕹
Here is live example: https://codesandbox.io/s/youthful-mccarthy-c7p15?file=/src/App.js
Context 🔦
I've have similar layout on my website and noticed this visual bug.
The text was updated successfully, but these errors were encountered: