update css and position for reply box
This commit is contained in:
@@ -140,7 +140,7 @@ DynReply.prototype.show = function() {
|
||||
console.log("show dynreply");
|
||||
this.update();
|
||||
this.elem.style.display = 'inline';
|
||||
this.elem.style.position = "absolute";
|
||||
this.elem.style.position = "fixed";
|
||||
this.elem.style.right = "0px";
|
||||
this.elem.style.top = "25px";
|
||||
}
|
||||
|
Reference in New Issue
Block a user