codefog/contao-cookiebar

Überlappung von Custom Element Leaflet Maps

Closed this issue · 3 comments

Hallo,
das Cookiebanner wird durch das CE Leaflet Maps überdeckt, siehe hier: https://bauwagen-badurach.de/lageplan/

ToM

Sorry, I don't speak German. Can you describe the problem in English?

Oh sorry, I forgot to activate the alerts in here, of course i can write in english. Late, but not too late... :-)
Okay, when you have Leaflet maps installed, you're cookiebar is behind, but i fixed it with the following entry in css:

/* Cookiebar */
.cookiebar {
    z-index: 500;
}

Leaflet has z-index 400...

Greetings,

ToM

Thanks for the explanation. I don't think the issue can be resolved in the extension itself because layout things such as z-index are specific for every site.