hotfix: update @types/leaflet and adjust map styling

Update package.json to bump @types/leaflet
Define leaflet map z-index directly in the main CSS via apps.cc for consistent component use
Scope all SearchMap.vue styles locally
This commit is contained in:
Kaimbacher 2025-03-17 12:17:47 +01:00
parent b540547e4c
commit 51a5673a3d
4 changed files with 6 additions and 3 deletions

View file

@ -109,6 +109,9 @@
--radius: 15;
--pi: 3.14159265358979;
}
.leaflet-container .leaflet-pane {
z-index: 30!important;
}
/* @layer base {
html,