How to set the Popup z-index so it will appear outside the map container? #2378
Closed
kbeverforden
started this conversation in
General
Replies: 1 comment
-
If anyone has this same issue it was caused by overflow: hidden on this element. I changed it to unset and the pop up appears outside the map |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried adding z-index to the ReactMapGL component and the Popup component using the style and className attribute but the pop up will only appear inside bounds of the map. See screen show below where the pop up goes behind the content on the left. I would like the pop up to appear above anything on the page.
I am using version 6.1.17.
Beta Was this translation helpful? Give feedback.
All reactions