Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Recent update search bar missing › Reply To: Recent update search bar missing
February 21, 2023 at 12:35 pm
#41490
Keymaster
Hi,
Thank you for reporting this. I was able to replicate on a specific container. This custom CSS should resolve it until we release a hotfix patch:
.asp_r.vertical .results {
overflow: auto !important;
}
.asp_r.vertical .results::-webkit-scrollbar-track {
background: white !important;
}