mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(geo_map): zoom buttons overlapping with global menu
This commit is contained in:
parent
a4021e94ad
commit
ab7fc8871a
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user