Hi, I've added an autocomplete to my search function but it keeps getting covered by the main container any ideas how to fix this? Thanks in advance Cheers Dawilster
I managed to figure it out I set the main container in the css to z-index to -1 and that seemed to solve the problem. Thanks anyway
I was assuming "z-index" however I may have suggested to apply higher z-index. It's always best to have look at the code rather just assuming things.