Is there anyway to disable UI Collision on some layers? (2D Widget)

If the problem is that the widget takes the mouse focus when it shouldn’t, change it’s Visibility property to SelfHitTestInvisible. It will stay visible, but not interactable with the mouse