Hey guys,
I'm trying to find a solution for the following problem since a lot of time.
If you click on the marker here:
http://jsfiddle.net/compojoom/4NUnM/ you will see that the text for the infoWindow is shown outside of the infowindow. For some reason the maps API calculates the height of the bubble wrong, because the body size is in % and then the container of the map has font size set in em...
Once I change them to px values everything is fine.
Is there a way to reset the values to the default used by the map API to calculate the height?
Any ideas?
Thanks in advance,
Daniel