Fix leaflet tooltip padding
This commit is contained in:
@@ -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} {
|
||||
|
||||
Reference in New Issue
Block a user