aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2025-06-04 19:21:06 +0200
committerGuilhem Moulin <guilhem@fripost.org>2025-06-04 21:34:55 +0200
commitdc6b2e286c8061318325c42d622798bfb8ab8c87 (patch)
tree19143b244516354b2d678fbf641dc164a0a15a00
parentf72a592c279742ac832cdcee84f3204a6b300372 (diff)
CSS: Don't hijack pointer events under the layer selection panel.
Previously it was not possible to click under the layer selection panel or legend to highlight a feature or move the map around. Regression from 385373a4a1df0b4505c273db82296073aa82102e.
-rw-r--r--style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/style.css b/style.css
index 5722c07..3c41723 100644
--- a/style.css
+++ b/style.css
@@ -208,6 +208,7 @@ body.inprogress {
margin-right: var(--map-menu-spacing);
font-size: medium;
z-index: 11;
+ max-height: max-content;
pointer-events: auto;
--bs-modal-color: var(--bs-body-color);
--bs-modal-padding: .75rem;