Extjs Alerts not Centering in Modern

时间:2017-05-16 09:39:52

标签: javascript extjs sencha-touch extjs6-modern

I have an issue with Extjs Alerts in modern toolkit. I need to display an alert but sometimes it renders perfectly and sometimes it overlaps the screen just like in the image above,

Below is my

 Ext.Msg.alert("Title", 'Message');

Alert not Centering Snapshot

1 个答案:

答案 0 :(得分:0)

这可能是响应的一点,但我遇到了同样的问题。需要检查消息窗口的转换。

var alertMsg = Ext.Msg.alert("Title", 'Message')
alertMsg.setStyle('transform:translate3d(65px, 218px, 0px);');