I am working on aligning an image and a button next to each other so that the image slightly overlaps the button.
However, I have noticed that in doing so, the button becomes unclickable.
.button{z-index:-1!important;}
.image{z-index:1!important;}
Any suggestions on how to resolve this issue?
Thank you in advance!