From 8d9e0ba2ccf1df9aba14a37b0519e82dfb785166 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Fri, 22 Mar 2024 10:58:30 +0000 Subject: [PATCH] Fixes Menu Hiding --- assets/css/general.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/css/general.css b/assets/css/general.css index 0207fd68..dd402453 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -793,4 +793,7 @@ label { #upcoming_dxccs_component #not_worked_before { background-color: #ffdddd; width: 33%; -} \ No newline at end of file +} + +.table-responsive>table .dropdown{position:static;} +.table-responsive>table .dropdown>.dropdown-menu{left:auto !important;top:auto !important;} \ No newline at end of file