From 61fc4856e2162822ae84a98607583f34d24c538a Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 6 Dec 2025 11:27:06 +0100 Subject: [PATCH] Cosmetic z-index layer --- html/js/noalyss_script.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/js/noalyss_script.js b/html/js/noalyss_script.js index 76a61e46c..4b19eccb0 100644 --- a/html/js/noalyss_script.js +++ b/html/js/noalyss_script.js @@ -1363,7 +1363,7 @@ function search_reconcile(dossier, ctl_concern, amount_id, ledger, p_id_target, removeDiv(target); } var str_style = fixed_position(77, 99); - str_style += ";width:92%;overflow:auto;"; + str_style += ";width:92%;overflow:auto;z-index:"+get_next_layer(); waiting_box(); var hide_operation = id$(ctl_concern).getAttribute("hide_operation"); var single_operation = id$(ctl_concern).getAttribute("single_operation"); @@ -1420,6 +1420,7 @@ function search_operation(obj) { onSuccess: function (req) { remove_waiting_box(); id$(target).innerHTML = req.responseText; + id$(target).setStyle({ 'z-index':get_next_layer()}); req.responseText.evalScripts(); } }