This commit is contained in:
2026-04-20 11:29:26 +02:00
parent e42808149d
commit daff54784f
3 changed files with 80 additions and 24 deletions
+8
View File
@@ -1282,3 +1282,11 @@ input[type="date"]::-webkit-calendar-picker-indicator:hover {
.hol-step-dates {
white-space: nowrap;
}
.leaflet-container img.leaflet-tile {
pointer-events: none !important;
user-select: none !important;
-moz-user-select: none !important;
}
#tripMap {
touch-action: none;
}