I have a panel that pops up on top of another panel. Mouse events are still getting generated for the panel "underneath". I've tried a couple of newb things without success: I tried to put a collider on the pop-up background Sprite, tried changing the depth of the two panels, and even tried to add an event-eater script to the pop-up background Sprite. And I searched the forum and didn't find anything.
What's the proper way to keep events from propagating through to an obscured panel?