Archived
1
0

update css and position for reply box

This commit is contained in:
Jeff Becker
2016-04-30 13:00:27 -04:00
parent dabbf4d143
commit d55716dc9b
3 changed files with 4 additions and 5 deletions

View File

@@ -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";
}