Nicki, thank you for ur reply, but I can't understand how to implement this.
Assume, we have a page of 3x3 elements prefab(9 elements in one page).
Every button in page has a collider inside, so we can tap and OnClick method will be invoked.
And we have collider on prefab to make it scrollable - let me call it mainCollider.
And we have a scrollview based on panels as shown in examples.
If button collider overlaps mainCollider, i can't normally scroll, otherwise I can't tap on buttons.
How to deal with that?