mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-07-23 00:34:55 +00:00
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:

committed by
GitHub

parent
2bffd874c2
commit
0392b7f444
3
dist/leaflet.css
vendored
3
dist/leaflet.css
vendored
@ -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 {
|
||||
|
Reference in New Issue
Block a user