From ae914485e3ab87a4c4f7cf5a5ea81af7d448c7ca Mon Sep 17 00:00:00 2001 From: Emiliano Date: Wed, 3 Jul 2024 18:09:12 +0200 Subject: [PATCH] Complete CSS Fix for #3158 the last commit was not enough to fix the bug --- assets/css/general.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/css/general.css b/assets/css/general.css index 309d435e..e3f2a813 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -346,6 +346,10 @@ TD.lotw { position: absolute !important; } +.dropdown-menu.menuOnResultTab { + left: -200px; +} + .was-map-dialog .modal-dialog { width: 100%; } @@ -805,4 +809,4 @@ tr.htmx-swapping td { .error-red-border { border-color: red; -} \ No newline at end of file +}