forked from MapComplete/MapComplete
Right-clicking an element (if no presets are defined) will open up the popup of the element
This commit is contained in:
parent
98866b4a57
commit
057c3fde4f
4 changed files with 90 additions and 55 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue