From 880715deaef9b52c4c2b98b67ca67e4fb3fba307 Mon Sep 17 00:00:00 2001
From: 92homa1mst <92homa1mst@hft-stuttgart.de>
Date: Mon, 16 Nov 2020 11:40:34 +0100
Subject: [PATCH] Fix for ballon hovering far above the icon issue

---
 vcm/css/vcm.css | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/vcm/css/vcm.css b/vcm/css/vcm.css
index 95c01f9da..2511d801b 100644
--- a/vcm/css/vcm.css
+++ b/vcm/css/vcm.css
@@ -1277,8 +1277,8 @@ a.monument{
 }
 @media screen and (max-width:30em /*480px*/) {
   #myBalloon{
-    top: 29rem !important;
-    left: 3% !important;
+    /* top: 29rem !important;
+    left: 3% !important; */
     max-width: 94%;
     min-width: 94%;
     width: 94%;
@@ -1287,7 +1287,7 @@ a.monument{
     width: auto;
     height: auto;
     position: relative;
-    top: -20rem;
+    /* top: -20rem; */
     left: 0;
   }
   .balloon-content {
-- 
GitLab