Propagate touch under UI buttons

Hi! I have a scenario when I want to be able to touch a button (and therefore activate it) but also control the (first person) look position via touch. I am not able to do so because the touch propagation is stopped after touching a button. As of Unity 2020.2, the touch is not propagated under buttons but I think it used to do so in previous versions. Is there a way to make touches propagate as in the older versions?

Bump

Disabling the Raycast Target option in the Image component achieves the desired effect (so far).