I have some toast notifications set up on a perspective view in the bottom right corner with a Flex Repeater. However the view can also open popup windows (using system.perspective.openPopup) and when this happens the toast notifications will be shown behind the popup window:
I've tried adding z-index to the flex repeater style properties but I'm not sure what I'm doing honestly. Anyone got a solutions for this?