Fix an issue where the map attribution container would unexpectedly block map interaction (close #8192)

This commit is contained in:
Quincy Morgan
2020-12-04 12:05:09 -05:00
parent 40362f1d08
commit 67773d12a8

View File

@@ -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 {