Make just one section scrollable, not the entire page
问题 I am working on a project in which one of the sections is filled with elements by requesting data from the database, therefore the number of elements in it is extremely variable. The tricky part is that our design is based on the idea of not having to scroll on the page, but instead scroll on the sections if it is necessary. I thought using overflow on the sections would suffice but it does not give me the intended result. I tried all of the variations of the overflow property, scroll