When I Inspect Element on the search dropdown on my site, I get this:
HTML Code:
element.style {display:none;margin-top:3px;}
On your site, this is what I get:
HTML Code:
element.style {clip:rect(auto, auto, auto, auto);display:none;left:647.767px;margin-top:3px;position:absolute;top:320px;z-index:50;}
You've added that positioning somewhere. You'll have to find where it is getting added.