How to hide button-text behind another button?
Posted: Thu Dec 26, 2013 2:35 pm
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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
That works fine, thank you Maryna.