Google Maps zoom control is messed up

前端 未结 9 1130
旧时难觅i
旧时难觅i 2020-12-07 23:46

I use the Google Maps API (v.3) to show a map with a couple of markers. I recently noticed that the control used to zoom the map is messed up (it wasn\'t always like this).

9条回答
  •  失恋的感觉
    2020-12-08 00:19

    Your CSS messed it up. Remove max-width: 100%; in line 814 and zoom controls will look fine again. To avoid such bugs use more specific selectors in your CSS.

提交回复
热议问题