Page 1 of 1

How to hide button-text behind another button?

Posted: Thu Dec 26, 2013 2:35 pm
by Sam6522984

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.


How to hide button-text behind another button?

Posted: Thu Dec 26, 2013 3:18 pm
by Maryna Brodina

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


How to hide button-text behind another button?

Posted: Thu Dec 26, 2013 3:24 pm
by Sam6522984

That works fine, thank you Maryna.