Here is the complete code
Samsung Galaxy S7 Edge (4GB RAM +32)
Rs.50,999
… more li
Search
make the element scrollable vertically within the specified height
I have used bootstrap 5
I have tried
<style>
.search-results {
max-height: 500px;
overflow: hidden;
overflow-y: scroll;
padding: 0;
}
.search-results li {
padding: 5px 10px;
}
</style>
New contributor
Maaz Tajammul is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.