diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-06-04 19:21:06 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-06-04 21:34:55 +0200 |
commit | dc6b2e286c8061318325c42d622798bfb8ab8c87 (patch) | |
tree | 19143b244516354b2d678fbf641dc164a0a15a00 | |
parent | f72a592c279742ac832cdcee84f3204a6b300372 (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.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |