fix flickering when switching background layers or zooming

closes #10738

fixes a regression in 98d29e908f, overriding the original fix from 460a9efce1
This commit is contained in:
Martin Raifer
2025-02-06 13:06:27 +01:00
parent 6575296a85
commit b389feb4ac
2 changed files with 10 additions and 1 deletions
+2 -1
View File
@@ -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;