delahaye / dlh_googlemaps

Google Maps Extension für Contao
20 stars 26 forks source link

responisve.css from core breaks map #72

Closed Paddy0174 closed 6 years ago

Paddy0174 commented 7 years ago

In the responsive.css from the core, there is an image setting

img {
    max-width:100%;
    height:auto;
}

that leads to a grey map (means no map at all, just a grey background).

As mentioned in this ticket from the contao core: https://github.com/contao/core/issues/8651

Solution would be, to reset this setting in a css-file from dlh_googlemaps, after the responsive.css from the core is loaded

img {
    max-width:none;
}
delahaye commented 6 years ago

This shouldn't be a problem anymore?