I have scroll container and a lot stuff inside it, is there a convenient/way to disable nodes like control/richLabelText/TextureRect from blocking touch/mouse inputs without going by each of them and changing mouse-filter to"ignore" ?
I have tried to wrap all children of the scroll container in a control node and make him to ignore mouse by mouse-filter, but that didn’t affect children.