Add cartography menu with image overlays (WIP)

This commit is contained in:
2025-06-20 16:07:30 +02:00
parent ecd5db5b4c
commit 8ebaea2ff8
7 changed files with 169 additions and 62 deletions

View File

@@ -158,12 +158,12 @@ a:visited {
left: 35vw;
}
/* Menu overlay */
#menu {
.menu-overlay {
z-index: 1000;
overflow-y: auto;
margin-top: 54px;
}
#menu.is-overlay {
.menu-overlay.is-overlay {
left: auto;
}
/* Content in tabs */