mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +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%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.leaflet-top,
|
||||
.leaflet-bottom {
|
||||
z-index: 900;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="geo-map-container"></div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user