fix(geo_map): zoom buttons overlapping with global menu

feature/immersive_background_mobile
Elian Doran 2025-02-08 09:55:22 +07:00
parent a4021e94ad
commit ab7fc8871a
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

@ -11,6 +11,11 @@ const TPL = `\
height: 100%;
overflow: hidden;
}
.leaflet-top,
.leaflet-bottom {
z-index: 900;
}
</style>
<div class="geo-map-container"></div>