From d9af812882bd47dc026f8fbf9363fb1d3c0af870 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Wed, 10 Jan 2018 09:21:50 +0100 Subject: [PATCH] Category of card : dialog box too large for screen cannot be viewed --- html/js/managetable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/js/managetable.js b/html/js/managetable.js index afe2799b1..af876cf8f 100644 --- a/html/js/managetable.js +++ b/html/js/managetable.js @@ -303,7 +303,7 @@ var ManageTable = function (p_table_name) var obj = {id: control, "cssclass": "inner_box", "html": loading()}; add_div(obj); var pos = calcy(250); - $(obj.id).setStyle({position: "fixed", top: '250px', width: "auto", "margin-left": "20%"}); + $(obj.id).setStyle({position: "absolute", top: '15%', width: "auto", "margin-left": "20%"}); $(obj.id).update(x['html']); } catch (e) { smoke.alert("ERREUR " + e.message);