Hi,
How can we add a scrollbar, in the popup, if the search result during the Autocomplete feature in too long.
Please refer below CSS,
Style
<style> .ui-autocomplete { max-height: 100px; overflow-y: auto; /* prevent horizontal scrollbar */ overflow-x: hidden; } * html .ui-autocomplete { height: 100px; } </style>
Screenshot
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.