If I create a display group then show an overlay, the overlay gets displayed under the display group.
Most likely because the overlay scene uses scene.view and that is the default of the actual running scene.
Does anyone have an elegant solution so that the overlay will always be on top of the scene no matter how many display groups?