From 0317f7129d29121fe6dbde7464fb588eaf7cd68f Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sun, 4 Aug 2024 06:03:52 +0200 Subject: [PATCH] made sure that maximising maps works as expected --- webclient/app/components/DetailsInteractiveMap.vue | 2 +- webclient/app/components/IndoorMap.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);