RootCauseunvalidated
The combination of `min-h-screen` and the flex layout causes the main container to be at least the viewport height, and some nested content/layout (e.g., MUI components) likely adds extra height/padding/margins, resulting in overflow and a visible vertical scrollbar.
93604767-3312-4100-bbab-5e5259f57eb3
The combination of min-h-screen and the flex layout causes the main container to be at least the viewport height, and some nested content/layout (e.g., MUI components) likely adds extra height/padding/margins, resulting in overflow and a visible vertical scrollbar.