Sam6522984
Posts: 0
Joined: Thu Dec 26, 2013 2:35 pm

How to hide button-text behind another button?

I have a custom button above a navbar, my problem is, that the text of other buttons don't get hidden if they are behind my custom button. How can I achieve this?

Image

Thanks a lot for your help.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

How to hide button-text behind another button?

Hello! For button which should be above another one add the following CSS: pre[name=button]{
z-index:10;
}/prewhere button - name of Button component

Sam6522984
Posts: 0
Joined: Thu Dec 26, 2013 2:35 pm

How to hide button-text behind another button?

That works fine, thank you Maryna.

Return to “Issues”