The vertical overlay results are not scrollable on the frontend. See attached images. I already fixed it by adding this to my custom CSS but you might want to check if the problem also exists on your end:
.asp_simplebar-content-wrapper {
overflow-y: scroll !important;
}