diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2025-06-05 16:54:51 +0200 | 
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2025-06-05 17:09:02 +0200 | 
| commit | d3da5c8908ace69c780bec617985e10d70af9c87 (patch) | |
| tree | 863a3de924a4920f94101d37108e2302e7ddf7ad | |
| parent | 028184920b6bc380fceaa1c73f4fd4698247f106 (diff) | |
CSS: Don't hijack pointer events under the layer selection panel.
This completes commit dc6b2e286c8061318325c42d622798bfb8ab8c87 which
didn't work on Firefox.
| -rw-r--r-- | style.css | 3 | 
1 files changed, 2 insertions, 1 deletions
@@ -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;  | 
