Hello all ;)
When I Maximize the window I zoom in on the page, but I can not change the position TOP
maximize: function(e) { var scale = 'scale(1.3)';document.body.style.webkitTransform = // Chrome, Opera, Safari document.body.style.msTransform = // IE 9 document.body.style.transform = scale; dialog.center(); },
