From dc4835e4df78991c31f348d164a5abd19fd8edd1 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Mon, 28 Mar 2022 10:36:59 +0200 Subject: [PATCH] Fixing misaligned map layer. (now it's misaligned in dev, that's OK) --- src/components/MapObservation.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MapObservation.vue b/src/components/MapObservation.vue index 018d04e..7c9b00d 100644 --- a/src/components/MapObservation.vue +++ b/src/components/MapObservation.vue @@ -22,7 +22,7 @@ --> <template> - <div style="margin-top: -15px;"> + <div> <div id='map-observation'> <div v-if="isMyMapPanelVisible"> <div v-if="isMapClicked"> -- GitLab