Currently, I have a webpage that showcases products with a large height attribute. I am looking for a way to make the page scroll down when the user hits the space bar to view more products. However, I want my screen widgets such as the shopping cart and categories to remain fixed on the left and right side of the screen without using scrollbars. I believe this requires some JavaScript implementation. Can anyone recommend a good resource or provide guidance on how to achieve this?