summaryrefslogtreecommitdiffstats
path: root/js/comment-tagging.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/comment-tagging.js')
-rw-r--r--js/comment-tagging.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/comment-tagging.js b/js/comment-tagging.js
index 3897d46b8..44ca8b4ab 100644
--- a/js/comment-tagging.js
+++ b/js/comment-tagging.js
@@ -35,6 +35,8 @@ YAHOO.bugzilla.commentTagging = {
if (!can_edit) return;
$('#bz_ctag_add').devbridgeAutocomplete({
+ appendTo: $('#main-inner'),
+ forceFixPosition: true,
serviceUrl: function(query) {
return 'rest/bug/comment/tags/' + encodeURIComponent(query);
},