Its a good idea to declare fixed priority less than 0?

I have a Scene with some nodes that have fixed priority (in my case negative ones)

I want to put a Layer above the Scene that swallows touches ( so the dont propagate to nodes below) but lets a ScrollView (inside it) to work properly.
What should I do?
Thanks