tomchentw / react-google-maps

React.js Google Maps integration component

Home Page:https://tomchentw.github.io/react-google-maps/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why style of InfoWindow not working ?

LinZiqing2020 opened this issue · comments

.gm-style-iw { background-color: transparent !important; border: none !important; padding: 0px !important; } .gm-style-iw-c { box-shadow: none !important; } .gm-ui-hover-effect { display: none !important; } .gm-style-iw-d { overflow: hidden !important; height: 60px !important; } .gm-style-iw-t::after { display: none !important; }

This does not work unless I refresh the page