From 8e2f9b92f5d0a029b3166b7b48a41d7ce11347c5 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sun, 14 Mar 2021 14:58:38 +0000 Subject: [PATCH] Changed z-index on the map divs Changed the z-index of the map on dashboard, logbook and qso window so that the when you click the menu the dropdown isn't hidden by map content --- assets/css/general.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/css/general.css b/assets/css/general.css index 6cb9c134..260267e2 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -213,3 +213,11 @@ color: #ffffff; #myTab .nav-link { padding: 8px !important; } + +#map { + z-index: 1; +} + +#qsomap { + z-index: 1; +} \ No newline at end of file