Alleviate tile gaps in chromium by using mix-blend-mode CSS (#8891)

Signed-off-by: Iván Sánchez Ortega <ivan@sanchezortega.es>
Co-authored-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
Iván Sánchez Ortega
2023-03-27 20:04:35 +02:00
committed by GitHub
parent 2bffd874c2
commit 0392b7f444

3
dist/leaflet.css vendored
View File

@ -52,6 +52,9 @@
max-height: none !important;
width: auto;
padding: 0;
/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {