This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Recent update search bar missing

#41490
Ernest MarcinkoErnest Marcinko
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;
}