feat(popup_editor): integrate with geomap

This commit is contained in:
Elian Doran
2025-07-10 18:21:12 +03:00
parent 7d9196d5e1
commit 892ab02f06
2 changed files with 12 additions and 0 deletions

View File

@@ -29,6 +29,11 @@ const TPL = /*html*/`
z-index: 1;
}
.leaflet-top,
.leaflet-bottom {
z-index: 997;
}
.geo-map-container.placing-note {
cursor: crosshair;
}