1
0
Fork 0

Update Leaflet

This commit is contained in:
Mo 2023-05-30 13:58:45 +02:00
parent 8b2e8e595c
commit d4943007bf
3 changed files with 10 additions and 5 deletions

View file

@ -60,6 +60,11 @@
padding: 0;
}
.leaflet-container img.leaflet-tile {
/* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long