I'm currently working on fitting a couple of components to each take up a full page. I would like the first component to occupy the entire screen, similar to a landing page, and have the browser scroll bar for scrolling down to view the second component. I am also considering adding a hover arrow to indicate to the user that they can scroll down. However, when I attempt to fit them together, they appear on the same page. Any suggestions on how to achieve this? I am using Bootstrap 4 and flexbox. Thanks!