Grey grid showing up on google maps

2019-01-29 08:06发布

So, I implemented google maps to our website but for some reasons since yesterday a grid appeared on the map when I browse the website with chrome but not with firefox.

And If someone else browse the website with chrome the grid isn't displayed.

I'm having a hard time finding out why I see this grid

Here is a picture of the map enter image description here

2条回答
▲ chillily
3楼-- · 2019-01-29 08:46

You can use this code in your css and it will solve the problem:

#google_map *, #google_map *:before, #google_map *:after {
    -webkit-transform: none !important; 
}
查看更多
登录 后发表回答