I am in the process of making certain elements sticky or fixed within an Angular project. Thus far, I have successfully managed both static and dynamic elements.
The left menu remains static while the main content will be dynamic. The main content includes its own top menu, content body, and footer.
I have applied the sticky position to the sidebar-menu, header, and action-panel elements. However, I am encountering issues with the sidebar position not working properly, and there are some problems related to the header and action-panel such as hidden box-shadow.
Feel free to check out the final result here.
To view the code along with a preview of the result, click here.