diff --git a/public/js/module.js b/public/js/module.js index 9466600c..07fe265d 100644 --- a/public/js/module.js +++ b/public/js/module.js @@ -259,6 +259,9 @@ } } else { $ul = $(''); + $input.parent().css({ + position: 'relative' + }); $ul.insertAfter($input); var suggestionWidth = (parseInt($input.css('width')) * 2) + 'px'; $ul.css({width: suggestionWidth});