aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2025-06-05 16:54:51 +0200
committerGuilhem Moulin <guilhem@fripost.org>2025-06-05 17:09:02 +0200
commitd3da5c8908ace69c780bec617985e10d70af9c87 (patch)
tree863a3de924a4920f94101d37108e2302e7ddf7ad
parent028184920b6bc380fceaa1c73f4fd4698247f106 (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.css3
1 files changed, 2 insertions, 1 deletions
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;