Sticky CSS styles not working in MudBlazor project
I am working on a Blazor project using MudBlazor components. I need to make some text boxes and a search button stick to the top of the MudGrid while scrolling. I tried using position: sticky and top: 0, which works in a Blazor snippet but not in my MudBlazor project.