Check out my app at . I'm working on overriding the scroll bar behavior in CSS to keep the entire app visible, including the logo, header, and controls, as users navigate through different sections. However, I seem to be having trouble with the CSS as clicking on sections causes the page to traverse. You can view the original inspiration code for this app here.
If anyone has any insight into what the issue might be with my app, please let me know!
Edit: It turns out the issue was not with the CSS. I may need a Javascript solution that will follow a link while still scrolling to the top of the page.