From 67773d12a82033c30cf4804db93a6a5ebe7fcdd9 Mon Sep 17 00:00:00 2001 From: Quincy Morgan <2046746+quincylvania@users.noreply.github.com> Date: Fri, 4 Dec 2020 12:05:09 -0500 Subject: [PATCH] Fix an issue where the map attribution container would unexpectedly block map interaction (close #8192) --- css/80_app.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/80_app.css b/css/80_app.css index 65fec69fa..62c26044b 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -4390,9 +4390,12 @@ img.tile-debug { justify-content: space-between; align-items: flex-end; z-index: 0; + pointer-events: none; } -.attribution-wrap * { pointer-events: all; } +.attribution-wrap > * { + pointer-events: auto; +} .attribution-wrap .base-layer-attribution, .attribution-wrap .overlay-layer-attribution {