From d3da5c8908ace69c780bec617985e10d70af9c87 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 5 Jun 2025 16:54:51 +0200 Subject: CSS: Don't hijack pointer events under the layer selection panel. This completes commit dc6b2e286c8061318325c42d622798bfb8ab8c87 which didn't work on Firefox. --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 3c41723..3569e6e 100644 --- a/style.css +++ b/style.css @@ -208,7 +208,8 @@ body.inprogress { margin-right: var(--map-menu-spacing); font-size: medium; z-index: 11; - max-height: max-content; + height: max-content; + max-height: 100%; pointer-events: auto; --bs-modal-color: var(--bs-body-color); --bs-modal-padding: .75rem; -- cgit v1.2.3