Button clicking is not constant

I’m pressing on the buttons but it is not constant. Only some areas allow me to press on the button.

However, it’s literally a cloned button and the previous button works fine, only the text part in the middle can trigger it. But both of these buttons are the same. Why does only this button have an issue? I’ve noticed inconsistency on other buttons too that are in the middle, on the 2nd page.



again with the middle button?? they are all the same just cloned

Most likely, the problem is due to incorrectly set ZIndexes, and another UI element is somehow blocking you from clicking the button. Make sure that there is nothing in front of the middle button that could be stopping it from working, and if there is, set it’s ZIndex property to something lower then the button’s ZIndex.

1 Like