As I work on my website, my goal is to fix the < Mat-Toolbar > at the top of the screen and then directly underneath that, lock the < Mat-Tabs >.
The challenge I'm facing is that the position: fixed in CSS is not working as expected. When I inspect the element on the site, it seems to be adding a < div > unnecessarily.
https://i.sstatic.net/f39ef.png
How can I properly fix these two elements at the top? How do I avoid this automatically generated div? In a previous version of Angular/Angular Material, I was able to solve a similar issue using Fixed and Absolute positioning, but it doesn't seem to apply to this newer version.