apneadiving / Google-Maps-for-Rails

Enables easy Google map + overlays creation in Ruby apps
https://apneadiving.github.io/
MIT License
2.26k stars 382 forks source link

Zoom in / out navigation buttons broken and scattered within map #370

Closed srt32 closed 11 years ago

srt32 commented 11 years ago

See screenshot below. I'm seeing the zoom in / out buttons be broken up both locally and on Heroku. I'm running Rails4 / Ruby2. Has anyone seen this issue before?

screen shot 2013-09-03 at 10 21 45 pm

hennzen commented 11 years ago

See the twitter bootstrap section in the gmaps gem. https://github.com/apneadiving/Google-Maps-for-Rails/wiki/Twitter-bootstrap Had exactly the same, and this solved it.

srt32 commented 11 years ago

Great. That's the ticket. Thanks.