I have a UI with buttons that have icons that overflow. Imagine a button with an icon sticking off the top of it. The icons need their own colliders so they can be grabbed to drag a ScrollView.
I want the icons to behave like an extension of the button (hover changes button color, clicking activates button, etc). But currently, clicking the icon blocks the click from reaching the button.
Is there a way to link or forward button behavior to the actual button?