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>
|
||||
<style lang="scss" scoped>
|
||||
div.map-container {
|
||||
height: 80vh;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
.leaflet-map {
|
||||
|
|
Loading…
Reference in a new issue