seems like MudBlazor is too wide? On lower resolutions, the layout breaks.
It appears that the MudBlazor components in your Blazor project are rendering too wide, causing layout issues when viewed on lower resolution screens. This could lead to elements not fitting within the viewport, which may result in overlapping content, improper alignment, or elements being cut off. The issue might arise from the responsive design or layout configurations not being properly optimized for smaller screen sizes. It’s possible that specific CSS settings, such as flexbox or grid properties.
How can this be resolved?
1