fix(geo_map): zoom buttons overlapping with global menu

This commit is contained in:
Elian Doran 2025-02-08 09:55:22 +02:00
parent a4021e94ad
commit ab7fc8871a
No known key found for this signature in database

View File

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