Material-design-lite: Badge z-index

Created on 12 Jul 2015  路  3Comments  路  Source: google/material-design-lite

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

confirmed

Most helpful comment

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.

All 3 comments

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.

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.

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

facekapow picture facekapow  路  5Comments

ktodyruik picture ktodyruik  路  5Comments

lgg picture lgg  路  3Comments

arturgspb picture arturgspb  路  3Comments

baldram picture baldram  路  4Comments