diff --git a/src/components/DialogToolbarContent.vue b/src/components/DialogToolbarContent.vue index 4dfba39e..f39d0b49 100644 --- a/src/components/DialogToolbarContent.vue +++ b/src/components/DialogToolbarContent.vue @@ -38,6 +38,23 @@ + + + diff --git a/src/components/MapContent.vue b/src/components/MapContent.vue index 8009655c..6793c7e7 100644 --- a/src/components/MapContent.vue +++ b/src/components/MapContent.vue @@ -373,6 +373,15 @@ export default { height: 100%; width:100%; z-index:1; + + &.fit-screen { + position: fixed; + top: 0; + left: 0; + width: 100vw; + height: 100vh; + margin: 0; + } }