diff --git a/src/app/pages/maps/leaflet/leaflet.component.scss b/src/app/pages/maps/leaflet/leaflet.component.scss index 253a4471..ec555138 100644 --- a/src/app/pages/maps/leaflet/leaflet.component.scss +++ b/src/app/pages/maps/leaflet/leaflet.component.scss @@ -5,7 +5,9 @@ nb-card-body { padding: 0; } - + ::ng-deep .leaflet-control-zoom a { + text-decoration: none; + } ::ng-deep .leaflet-top, ::ng-deep .leaflet-bottom { z-index: 997; }