I am currently facing with the SfTab control in my Blazor application. Specifically, I am trying to find a way to keep the headers of the tab fixed while the user scrolls through the content.
Currently, when a user scrolls through the tab content, the headers scroll along with the content, making it difficult for the user to know which tab they are currently viewing. I would like to find a way to keep the headers fixed at the top of the screen, similar to how the headers of a traditional web page would remain fixed as the user scrolls.