Is there anyway to separate a popup window from whats behind it?

I have a set points pop up window, but when it is on the screen there is no separation from the pop up to the view behind it, leading it to look messy and semi confusing as there is a lot of information on the pop up as well as behind it.

Can i add a drop shadow to a pop up or make the screen behind it dimmer than the popup?
Has anyone run into this or have a solution / ideas i can try?

I want to avoid adding a thick border or anything clunky looking.

You would have to use the advanced style sheet to override some of the built in ignition styling of the popup windows. You'll probably need to inspect the page's HTML while you have a popup open to determine what selectors to use to target popups.

Does setting the popup to Modal work for your use case?

1 Like

Yes, this is exactly what i was looking for, Thank you!