Fix vertical offset of non-pin popups

This commit is contained in:
Linus Groh
2020-06-03 20:33:26 +01:00
parent 0f0f29fcee
commit 6180e52f71
3 changed files with 10 additions and 2 deletions
+1
View File
@@ -51,6 +51,7 @@
:battery="l.batt"
:speed="l.vel"
:regions="l.inregions"
:options="{ className: 'leaflet-popup--for-pin' }"
/>
</LMarker>
</template>