diff --git a/webclient/app/components/DetailsInteractiveMap.vue b/webclient/app/components/DetailsInteractiveMap.vue index 9bc18178d..68f5d2d46 100644 --- a/webclient/app/components/DetailsInteractiveMap.vue +++ b/webclient/app/components/DetailsInteractiveMap.vue @@ -301,7 +301,7 @@ onMounted(() => { &.maximize { position: absolute; - top: -10px; + top: 60px; left: 0; width: 100%; height: calc(100vh - 60px); diff --git a/webclient/app/components/IndoorMap.vue b/webclient/app/components/IndoorMap.vue index 54c16c338..760e60aff 100644 --- a/webclient/app/components/IndoorMap.vue +++ b/webclient/app/components/IndoorMap.vue @@ -220,7 +220,7 @@ async function initMap(containerId: string) { &.maximize { position: absolute; - top: -10px; + top: 60px; left: 0; width: 100%; height: calc(100vh - 60px);