Merge pull request #403 from Pax1601/388-double-click-select-all-only-on-unselected

Unit doubleclick fixed
This commit is contained in:
Pax1601
2023-09-22 15:05:42 +02:00
committed by GitHub
2 changed files with 40 additions and 18 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;
@@ -646,7 +651,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
}
/* Printing */
@media print {
/* Prevent printers from removing background-images of controls. */
.leaflet-control {