Greetings,

I was having the same problem with about 12 lines of text. After
adding this to my marker click listener:

            //infowindow is an instance of google.maps.InfoWindow
            infowindow.close();
 
document.getElementById('infoWindow').parentNode.style.overflow = '';
 
document.getElementById('infoWindow').parentNode.style.overflowX =
'hidden';

all the scroll bars went away. I'm still not sure why I needed to
close then reopen the infowindow when moving from one marker to the
other, but it failed without doing this.

Hope this helps someone

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to