mirror of
https://gitlab.com/mrubli/hugo-mod-leaflet.git
synced 2025-10-07 10:04:24 +00:00
static: css: Fix z-order of maximized maps to be above other maps on the page
This commit is contained in:
@@ -62,7 +62,7 @@ svg.heightgraph-container .select-symbol {
|
|||||||
top: 5%;
|
top: 5%;
|
||||||
border: 2px solid white;
|
border: 2px solid white;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
z-index: 1; /* above the backdrop */
|
z-index: 1001; /* above the backdrop */
|
||||||
}
|
}
|
||||||
|
|
||||||
.map-backdrop {
|
.map-backdrop {
|
||||||
@@ -80,7 +80,7 @@ svg.heightgraph-container .select-symbol {
|
|||||||
|
|
||||||
.map.leaflet-maximized ~ .map-backdrop {
|
.map.leaflet-maximized ~ .map-backdrop {
|
||||||
display: block;
|
display: block;
|
||||||
z-index: 0;
|
z-index: 1000; /* some leaflet controls use 400. top that. */
|
||||||
}
|
}
|
||||||
|
|
||||||
.map.leaflet-maximized ~ .map-attribution {
|
.map.leaflet-maximized ~ .map-attribution {
|
||||||
|
Reference in New Issue
Block a user