-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
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
[IconButton] tooltip displays underneath FlatButton #210
Comments
Unfortunately the tooltip is absolutely positioned. This means we can't use z-index on the tooltip its self, you can apply a z-index on the parent button and that should fix it. |
does someone have an idea how to fix that? I can't make the zIndex tricks works :( |
We also have the issues with IconButton in a CardActions |
@yhbrandon could you document your workaround here? @cgestes could you post more details about the issue you mentioned? Let's get this issue taken care of! |
This was fixed with the introduction of zIndex to the theme, |
The + is the icon and the grey area its tooltip. "ADD COMPOSITION" is the FlatButton. "Add Composition" is just regular text.
The text was updated successfully, but these errors were encountered: