How can i (visualy) reorder popups

im trying to display a popup on top of each other, but even ordered properly i cannot show my latest popup on top, what im i doing wrong here?

Hi @jefeOliveira :waving_hand:

Thanks for sharing the screenshot and context.

First, just to confirm: are you using the new Popup elements, or are these the older (deprecated) modal elements?

Also, do you think this might be related to the z-index of one of the elements in the stack (either the popup itself, its container, or something overlapping it like a header or layout block)?

Also, could you check if “Allow stacking” is enabled on your popup element? This could be messing with your layout as well.

1 Like

Yep, i figured it out with Mattew`s help, the issue was that allow stacking was disabled, but in my case i couldnt disable that, so i just created another popup and worked just as intended.

1 Like