tags:

views:

61

answers:

0

The labels added by YMarker.addAutoExpand are always clipping off the top or right edge of the map if they are added near the edge. Is there some way to prevent this? Ideally I'd like to be able to do something like set CSS overflow=visible for them. I tried setting overflow visible for the whole map, but that causes the map to show huge on the page, it clearly relies on overflow hidden to clip extra off the map area. Any ideas for changing the CSS on just the marker? (Or some other solution, like maybe setting z-index, or adding the markers to a separate larger div on top of the map with a transparent background?)

Anything that lets me have a popup that doesnt clip on the edge of the map would be great, I'm not married to the addAutoExpand solution if something else would work better.