I am trying to achieve a specific effect with a <section></section>
element on my web page. Once the user scrolls past the section, I want it to remain fixed at the top of the screen even as they continue scrolling downwards.
This is in an Angular project.