mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Fix an issue where the map attribution container would unexpectedly block map interaction (close #8192)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user