From 898bc668d9664f50e0d55fef4420dd3093ce0e40 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 14:32:11 -0500 Subject: [PATCH] try positioning --- contrib/js/nntpchan/post-reply.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/js/nntpchan/post-reply.js b/contrib/js/nntpchan/post-reply.js index f2fd761..7f85196 100644 --- a/contrib/js/nntpchan/post-reply.js +++ b/contrib/js/nntpchan/post-reply.js @@ -136,7 +136,7 @@ ReplyBox.prototype.show = function(info) { var off = $(info.elem).offset(); $(self.elem).offset({ top: off.top, - right: off.left + left: $(info.elem).width() + off.left }); self.submit.onclick = function(ev) { $.ajax({