From 5a8de6e08bf6f2c8dbc0f17662281314ae2cfc9b Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Tue, 26 Jun 2018 15:11:54 -0400 Subject: Bug 1452096 - Some custom dropdown UI widgets stay fixed and don't move with scroll --- extensions/ProdCompSearch/web/js/prod_comp_search.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extensions/ProdCompSearch/web/js') diff --git a/extensions/ProdCompSearch/web/js/prod_comp_search.js b/extensions/ProdCompSearch/web/js/prod_comp_search.js index 1b7e396a8..30351a3db 100644 --- a/extensions/ProdCompSearch/web/js/prod_comp_search.js +++ b/extensions/ProdCompSearch/web/js/prod_comp_search.js @@ -66,6 +66,8 @@ $(function() { params.Bugzilla_api_token = BUGZILLA.api_token; } that.devbridgeAutocomplete({ + appendTo: $('#main-inner'), + forceFixPosition: true, serviceUrl: function(query) { return 'rest/prod_comp_search/' + encodeURIComponent(query); }, -- cgit v1.2.3-24-g4f1b