diff --git a/CHANGELOG.md b/CHANGELOG.md index 5828182546..fe5968a8e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,14 @@ _Breaking developer changes, which may affect downstream projects or sites that [#10003]: https://github.com/openstreetmap/iD/pull/10003 +# 2.31.1 +##### 2025-Feb-06 + +* Fix flickering when switching background layers or zooming ([#10738]) + +[#10738]: https://github.com/openstreetmap/iD/issues/10738 + + # 2.31.0 ##### 2025-Feb-05 diff --git a/css/80_app.css b/css/80_app.css index 37ada9891a..e1ad4b1291 100644 --- a/css/80_app.css +++ b/css/80_app.css @@ -4388,7 +4388,8 @@ img.tile { } } -img.tile-removing { +.layer-background img.tile-removing, +.map-in-map-background img.tile-removing { opacity: 0; z-index: 1; mix-blend-mode: normal;