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

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() {