forked from potsda.mn/mobilizon
Fix map height
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
73a7ef988f
commit
4fe5625597
|
@ -163,7 +163,7 @@ export default class Map extends Vue {
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
div.map-container {
|
div.map-container {
|
||||||
height: 80vh;
|
height: 100%;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
.leaflet-map {
|
.leaflet-map {
|
||||||
|
|
Loading…
Reference in a new issue