try aligning right
This commit is contained in:
@@ -124,6 +124,7 @@ function DynReply(existingElem) {
|
||||
}
|
||||
|
||||
DynReply.prototype.moveTo = function(x,y) {
|
||||
x = window.screenX - x;
|
||||
this.elem.setAttribute("style", "top: "+y+"px; right: "+x+"px;");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user