fix : managetable correct position

This commit is contained in:
Dany De Bontridder 2018-02-05 22:26:47 +01:00
parent a72941aad4
commit 0c667dbd4a

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: "absolute", top: '15%', width: "auto", "margin-left": "20%"});
$(obj.id).setStyle({position: "fixed", top: '15%', width: "auto", "margin-left": "20%"});
$(obj.id).update(x['html']);
} catch (e) {
smoke.alert("ERREUR " + e.message);