When certain points on a Google map are clicked, a small popup box appears. This works fine in the regular small Google map mode.
However, when the Google map is switched to full screen mode by clicking the full screen button (which is shown when `fullScreenControl` is set to true), the popup no longer shows up on top of the map. Upon inspecting the element, it seems to be at the correct position and size but remains invisible.
I've tried increasing the z-index value for the popup, but still haven't had any luck getting it to display properly.
Is there a way to make this work in full screen mode?