Try this
var oDialog = new sap.ui.commons.Dialog();
oDialog.$().offset({top : "100", left : "100"}); //Set Custom Offset Value to fix the position
Regards,
Ajain
Try this
var oDialog = new sap.ui.commons.Dialog();
oDialog.$().offset({top : "100", left : "100"}); //Set Custom Offset Value to fix the position
Regards,
Ajain