@@ -32,6 +32,7 @@
],
"styles": [
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
+ "./node_modules/leaflet/dist/leaflet.css",
"src/styles.scss"
"scripts": []
@@ -1,7 +1,12 @@
#frugalmap {
- height: 400px; /* Carte visible */
width: 100%;
+ height: 400px;
z-index: 1;
+
+ .leaflet-container {
+ width: 100%;
+ height: 100%;
+ }
}
/* Responsive */