mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-03-11 09:02:48 +00:00
Fix map height
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
1bd32b4e36
commit
430277ae49
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue