diff --git a/embedding/minimo/smallScreen.css b/embedding/minimo/smallScreen.css index 32e93c678926..3aba8501550f 100644 --- a/embedding/minimo/smallScreen.css +++ b/embedding/minimo/smallScreen.css @@ -71,11 +71,14 @@ img[src*="spacer"] { } -/* google maps hack */ -div#rhs { display: none ! important;} - -div#map { height: 100%; - width: 100%; - overflow: hidden; - position: inherit; - } + /* google maps hack */ + @-moz-document domain(maps.google.com) + { + div#rhs { display: none ! important;} + + div#map { height: 80%; + width: 100%; + overflow: hidden; + position: inherit; + } + }