mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 14:55:50 +01:00
fix(geo_map): zoom buttons overlapping with global menu
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user