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

Badge z-index #985

Closed
rafaelcorreiapoli opened this issue Jul 12, 2015 · 3 comments
Closed

Badge z-index #985

rafaelcorreiapoli opened this issue Jul 12, 2015 · 3 comments

Comments

@rafaelcorreiapoli
Copy link

How can I solve this?
screenshot from 2015-07-12 05 36 12
Thanks

@kybarg
Copy link
Contributor

kybarg commented Jul 12, 2015

It is not z-index issue. Just .mdl-tabs__tab has overflow: hidden;.
Try to write in your css file

.mdl-tabs__tab {
    overflow: auto;
}

But I don't know if it is gonna break tabs layout.

@filipewl
Copy link

I had the same problem when I tried to add a badge to a button icon. The button's overflow hidden cropped the badge. I overwrote the button's overflow to visible to fix it.

@traviskaufman
Copy link
Contributor

Closing this issue as it looks like it has a solid workaround and there hasn't been any activity on it for almost a year.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants