The zoom control is showing through the default admin overlay.
It can be easily fixed by applying the following style:

.leaflet-top,
.leaflet-bottom {
	z-index: 500;
}

I wonder if it might be worth overriding with a stylesheet it in the module?

CommentFileSizeAuthor
#2 leaflet-control_z_index-1791026-3.patch368 bytesDentorat

Comments

dillix’s picture

I think it should be:

.leaflet-top,
.leaflet-bottom {
	z-index: 499;
}

Because admin overlay is 500.

Dentorat’s picture

Status: Active » Needs review
StatusFileSize
new368 bytes

This was marked as works as designed in another thread but if it can be fixed once in the module instead of thousands of times by developers, why not?

dasjo’s picture

you could also put that css within the leaflet module

Dentorat’s picture

If the maintainers deem this bad form, I can do that as instead, there just wasn't a css file already/I wanted to make minimal changes.

rdeboer’s picture

rdeboer’s picture

Status: Needs review » Closed (duplicate)