mirror of
https://github.com/mapgears/ol3-google-maps.git
synced 2026-01-18 15:06:59 +00:00
When Google Maps is active, the CSS of the OL3 component changes. This fix makes sure that the CSS stays 'as-is'.
12 lines
164 B
CSS
12 lines
164 B
CSS
.gm-style {
|
|
font-size: inherit;
|
|
font-family: inherit;
|
|
}
|
|
|
|
.gm-style .ol-attribution {
|
|
bottom: 1em;
|
|
}
|
|
|
|
.gm-style .ol-attribution.ol-logo-only {
|
|
bottom: 1em;
|
|
} |