Although this question may have been asked multiple times before, my situation and needs are unique.
I recently implemented a product filter for my eCommerce site, which is functioning properly. However, the setup involves hiding filtered out products at the bottom of the page, causing my site to scroll beyond the footer.
My query is as follows: Is it feasible to restrict scrolling to a certain section of a page using jQuery or CSS?
For example, halting scrolling at the base of the footer or inserting a div with an ID at the bottom of the page to prevent further scrolling?
Thank you in advance.
Damien