noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 01/14: Tableau de bord : position des détail


From: dwm
Subject: [Noalyss-commit] [noalyss] 01/14: Tableau de bord : position des détail
Date: Sun, 4 Feb 2024 05:51:22 -0500 (EST)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit 968d318a98d7f9075083fc9397ad3e7988446d1c
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Wed Jan 31 07:38:09 2024 +0100

    Tableau de bord : position des détail
---
 html/js/noalyss_script.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/js/noalyss_script.js b/html/js/noalyss_script.js
index c70142b90..dace8e4b0 100644
--- a/html/js/noalyss_script.js
+++ b/html/js/noalyss_script.js
@@ -4180,7 +4180,7 @@ function event_display_detail(p_dossier,p_detail) {
                                    return;
                                }
                                 if ( ! document.getElementById(dgbox)) {
-                                    var 
div_style="position:absolute;"+";top:30%";
+                                    var div_style="position:fixed;"+";top:30%";
                                     
add_div({id:dgbox,cssclass:'inner_box',html:loading(),style:div_style,drag:true});
 
                                 }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]