I have a background widget and other widgets inside it (buttons, text boxes etc).
I want to be able to use the scrollbar over all this, but it doesn't works because widget colliders are above the background collider.
Also, I cannot rely on hierarchy because widgets are siblings of the background, not children.
Is there a way to be able to handle the mouse wheel above the area covered by the background?