From dc6b2e286c8061318325c42d622798bfb8ab8c87 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 4 Jun 2025 19:21:06 +0200 Subject: 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. --- style.css | 1 + 1 file changed, 1 insertion(+) 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; -- cgit v1.2.3