From 3043dccd501b55a54d32a8c3265c2e331f6c52d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20P?= Date: Wed, 20 Nov 2024 17:05:49 +0100 Subject: [PATCH] Interactive citations --- css/app.css | 10 ++++++++ webgis/index.html | 8 +++++-- webgis/js/components/NotConservedSheet.js | 29 ++++++++++++++++++----- webgis/js/package.json | 1 + webgis/js/ui.js | 18 ++++++++++++-- webgis/js/yarn.lock | 5 ++++ 6 files changed, 61 insertions(+), 10 deletions(-) diff --git a/css/app.css b/css/app.css index 69d3947..ddda663 100644 --- a/css/app.css +++ b/css/app.css @@ -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; diff --git a/webgis/index.html b/webgis/index.html index 5080860..2d150e5 100644 --- a/webgis/index.html +++ b/webgis/index.html @@ -42,7 +42,7 @@
-