After creating a navbar using regular CSS3, I incorporated input fields and buttons from angular material. However, my sticky navbar is being obscured by the components created with angular material.
Here is the CSS for the navbar:
position: sticky;
top: 0;