Right-clicking an element (if no presets are defined) will open up the popup of the element

This commit is contained in:
Pieter Vander Vennet 2023-01-04 17:41:11 +01:00
parent 98866b4a57
commit 057c3fde4f
4 changed files with 90 additions and 55 deletions

View file

@ -1876,6 +1876,11 @@ body {
box-sizing: initial !important;
}
.leaflet-marker-icon img {
-webkit-touch-callout: none;
/* prevent callout to copy image, etc when tap to hold */
}
.leaflet-control-attribution {
display: block ruby;
}