My problem is that the site I am current working on is set up with bootstrap 5 and has offcanvas class that seems to be causing a lot of issues based off its z-index. I recently added the jquery autocomplete api based off of a request to remove the old one. I am trying to use the 'appendTo' method to ensure that the dropdown for autocomplete doesnt move when scrolling but every time I add the ui-front class to the offcanvas element I want to appendTo I cant see the autosuggest anymore. I assume the code isnt breaking as im not getting any errors but im not sure how to about fixing this.