Interactive citations

This commit is contained in:
2024-11-20 17:05:49 +01:00
parent 0ad8e5c7f9
commit 3043dccd50
6 changed files with 61 additions and 10 deletions

View File

@@ -30,6 +30,12 @@ a:visited {
background: #fff;
font-family: inherit;
}
.leaflet-top,
.leaflet-left {
z-index: 999 !important;
}
.leaflet-control a {
text-decoration: none;
color: initial;
@@ -141,6 +147,10 @@ a:visited {
max-width: 600px;
left: 35vw;
}
/* Menu overlay */
#menu {
z-index: 1000;
}
/* Content in tabs */
.docs-title {
width: 300px;