Something went wrong while setting issue due date.
Multiple Google maps on one page are broken
Closed
Multiple Google maps on one page are broken
Created by: zepplock
Whenever I have multiple google maps on one page, e.g. any map with 'id' different from 'map_canvas' I get maps overlay image problems as described here: https://github.com/twitter/bootstrap/issues/3259
since css in 'resel.less' covers only one ID:
#map_canvas img {
max-width: none;
}
I suggest changing css to a class that will cover all maps, for example:
.map_canvas img {
max-width: none;
}