API controls the info window size depending on map container size. You
have relative map size, and scrollbars appear if you see your page in
a small browser window.
That behavior is built in API. The info window <div> already has
{overflow:auto}. You don't have to set that in your content <div>.
Actually I would not recommend setting {overflow:auto} in the content.
There is a small risk of double scrollbars with some browsers.
--
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.