As seen in the image, my modal and annotations are overlapping. I want the modal to be above these annotations. I have tried setting the z-index but it doesn’t seem to work.
Here’s the sandboxcode for the same. The modal can opened by clicking on the camera model.
I’m facing the same issue, when I set the index range to zIndexRange={[16777271, 0]}, if I have multiple modal then, it is assigning the zindex in random manner, which results some higher and lower zindex for the modal. And the modal button with higher zIndex comes in front of the modal with lower zindex. If I set same zIndex for all the modal then also it has same problem (zIndexRange={[1, 0]}). Is there a way we can update the zIndex of the icon when it is selected…