From 9e9bef5edea67146ce9c319960196be2713c7081 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:30:43 +0200 Subject: [PATCH] adjusted map screen --- .../src/components/grid/grid_stations_map.vue | 224 +++++++++++------- 1 file changed, 137 insertions(+), 87 deletions(-) diff --git a/freedata_gui/src/components/grid/grid_stations_map.vue b/freedata_gui/src/components/grid/grid_stations_map.vue index d728d201d..043446c4c 100644 --- a/freedata_gui/src/components/grid/grid_stations_map.vue +++ b/freedata_gui/src/components/grid/grid_stations_map.vue @@ -20,7 +20,7 @@ @@ -281,7 +331,7 @@ onBeforeUnmount(() => { padding: 5px; position: absolute; display: none; - z-index: 10; /* Ensure the popup is above other elements */ - pointer-events: none; /* Prevent mouse events on the popup */ + z-index: 10; + pointer-events: none; }