Google Maps infowindow close button is hidden

前端 未结 3 2048
我在风中等你
我在风中等你 2021-02-07 05:34

I used Google Maps in my website with multiple markers and multiple infowindows. Somehow the the close buttons (the little x) stays hidden inside the infowindow, but works if cl

3条回答
  •  故里飘歌
    2021-02-07 06:05

    Depending of your custom css you may have also to add max-height: none.

    img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
        max-width: none !important;
        max-height: none !important;
    }
    

提交回复
热议问题