Fix leaflet tooltip padding

This commit is contained in:
2020-04-10 20:25:44 +02:00
parent f04fe46502
commit 3b28288f0c
5 changed files with 11 additions and 8 deletions

View File

@@ -16,6 +16,12 @@ $stroke-width-axis : 2;
.leaflet-container {
background: none;
}
.leaflet-popup-content-wrapper {
border-radius: 5px;
}
.leaflet-popup-content {
margin: 1rem;
}
/* Leaflet Elevation fixes */
.#{$theme} {