New pop ups - Z index control needed

Hi! For the new popups feature, how to control Z index so that it’s NOT the most highest up thing? Sometimes we want a modal and a drawer, for example, and we want one to be above the other. In the now deprecated modal we could easily adjust the z index for the modal… could we add that or is there a solution? Haha

Hi, have you tried to adjust the z-index on the container beneath the popup? I did that for my shared Toast notification and it seemed to have worked.