Skip to content
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

Closed
0x80 opened this issue Jan 8, 2015 · 5 comments
Closed

[IconButton] tooltip displays underneath FlatButton #210

0x80 opened this issue Jan 8, 2015 · 5 comments
Labels
bug 🐛 Something doesn't work

Comments

@0x80
Copy link

0x80 commented Jan 8, 2015

screenshot 2015-01-07 21 14 38

The + is the icon and the grey area its tooltip. "ADD COMPOSITION" is the FlatButton. "Add Composition" is just regular text.

@yhbrandon
Copy link

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.

@hai-cea hai-cea changed the title Icon button tooltip displays underneath FlatButton [IconButton] tooltip displays underneath FlatButton Jun 18, 2015
@cgestes
Copy link
Contributor

cgestes commented Jul 23, 2015

does someone have an idea how to fix that?

I can't make the zIndex tricks works :(

@cgestes
Copy link
Contributor

cgestes commented Jul 23, 2015

We also have the issues with IconButton in a CardActions

@shaurya947
Copy link
Contributor

@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!

@alitaheri alitaheri added the bug 🐛 Something doesn't work label Dec 8, 2015
@alitaheri alitaheri modified the milestone: 0.14.0 Release Dec 9, 2015
@alitaheri
Copy link
Member

This was fixed with the introduction of zIndex to the theme,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Something doesn't work
Projects
None yet
Development

No branches or pull requests

5 participants