From 7a4d4340932df9fc2c2bd9563dd5b4d982cb870c Mon Sep 17 00:00:00 2001 From: HB9HIL Date: Sun, 19 Nov 2023 23:51:55 +0100 Subject: [PATCH] dropdown css --- assets/css/general.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/assets/css/general.css b/assets/css/general.css index b040642b..e036817b 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -315,6 +315,11 @@ TD.lotw { z-index: 1000 !important; } +.dropdown-menu { + z-index: 2000 !important; + position: absolute !important; +} + .was-map-dialog .modal-dialog { width: 100%; } @@ -437,10 +442,6 @@ div#station_logbooks_linked_table_paginate { font-family: Monospace; } -.dropdown-menu { - z-index: 2000; -} - .qso_panel .dxccsummary { margin-bottom: 10px; }