codefog / contao-cookiebar

Display the information about cookies on your Contao website
MIT License
26 stars 9 forks source link

Überlappung von Custom Element Leaflet Maps #65

Closed Nightwing0815 closed 4 years ago

Nightwing0815 commented 4 years ago

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

ToM

qzminski commented 4 years ago

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

Nightwing0815 commented 4 years ago

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

qzminski commented 4 years ago

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.