This commit is contained in:
Marcos Moura 2016-11-17 03:10:00 -02:00
parent aee922f057
commit dc933ec911

View file

@ -75,7 +75,7 @@
const heightInScale = openFromRect.height / dialogRect.height;
this.dialogTransform = `translate3D(-${leftDistance}px, -${topDistance}px, 0) scale(${widthInScale}, ${heightInScale})`;
this.dialogTransformOrigin = 'top left';
this.dialogTransformOrigin = 'top left'; /* @TODO: Fix position */
}
},
open() {