Category of card : dialog box too large for screen cannot be viewed

This commit is contained in:
Dany De Bontridder 2018-01-10 09:21:50 +01:00
parent 85b2339fb7
commit d9af812882

View file

@ -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);