Show component from view on top of popup view

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?

Figured it out, had to add z-index to the stylesheet for the components class and set it higher than the popup z-index.

1 Like