diff --git a/theme/default/style.css b/theme/default/style.css index 3e77544c28..ed8cef75ce 100644 --- a/theme/default/style.css +++ b/theme/default/style.css @@ -28,6 +28,10 @@ div.olLayerDiv { .olLayerGoogleV3.olLayerGooglePoweredBy { bottom: 15px !important; } +/* GMaps should not set styles on its container */ +.olForeignContainer { + opacity: 1 !important; +} .olControlAttribution { font-size: smaller; right: 3px;