
I have a map with several popups -please see attached image.
I'd like to add a dark semi transparent layer above the mask and under the popup. This way when the popup goes up the user can focus on it and not be distracted by the map.
I have tried adding a full page div with a semi-transparent layer to the page, but then it appears above the popups as well. i guess this is because the popups are "inside" the map div itself, so changing the zindex of the popups will never put it above a layer outside the map div.
Can anyone please help. Thank you!