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

Map Zoom is blury and broken #167

Closed ulugbekov closed 12 years ago

ulugbekov commented 12 years ago

I don't know how to describe, but zoom handle on map is kind of invisible, I can see bottom little bit but top half is gone. Something wrong with zoom handle image. Thanks

ulugbekov commented 12 years ago

Got it. Twitter Bootstrap. img { max-width: none; }

tetherit commented 12 years ago

I'm having the same issue, what was your solution to this?

tetherit commented 12 years ago

Ah, the fix is to add

#map img { 
  max-width: none;
}
#map label { 
  width: auto; display:inline; 
} 

To bootstrap_and_overrides.css.scss

apneadiving commented 12 years ago

Could you add this in wiki please?

Sent from my iPhone

On 2 sept. 2012, at 14:28, hackeron notifications@github.com wrote:

Ah, the fix is to add

map img {

max-width: none; }

map label {

width: auto; display:inline; } To bootstrap_and_overrides.css.scss

— Reply to this email directly or view it on GitHub.