diff --git a/web/style.css b/web/style.css index 388c4c86..1b3f2a2d 100644 --- a/web/style.css +++ b/web/style.css @@ -2,6 +2,11 @@ html { height: 100% } body { height: 100%; margin: 0px; padding: 0px ; background-color: #000; } #mcmap { width:100%; height: 100% } +/* hide gmaps copyrights */ +div.map > DIV > DIV:first-child + DIV { visibility: hidden !important; } +div.map > DIV > DIV:first-child + DIV + DIV { visibility: hidden !important; } + + .map { width: 100%; height: 100%; background-color: black;