Group map fixes

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-11-06 10:41:31 +01:00
parent 4de39d5850
commit 4340cf7569
2 changed files with 5 additions and 3 deletions

View File

@@ -163,7 +163,7 @@ export default class Map extends Vue {
</script>
<style lang="scss" scoped>
div.map-container {
height: 100%;
height: 80vh;
width: 100%;
.leaflet-map {