File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,19 +67,19 @@ export const Layout: FC<PropsWithChildren<LayoutProps>> = ({
6767 { headerBreadcrumbsContent && (
6868 < HeaderBreadcrumbs hasSidebar = { ! ! sidebar } > { headerBreadcrumbsContent } </ HeaderBreadcrumbs >
6969 ) }
70- < main className = "flex-1" > { children } </ main >
70+ < main className = "flex-1 min-h-0 " > { children } </ main >
7171 </ >
7272 ) }
7373
7474 { ! isMobile && (
75- < div className = "flex-1 overflow-hidden" >
75+ < div className = "flex-1 overflow-hidden min-h-0 " >
7676 < div className = "flex h-full" >
7777 { sidebar && sidebar }
78- < div className = "flex flex-col flex-1" >
78+ < div className = "flex flex-col flex-1 min-h-0 " >
7979 { headerBreadcrumbsContent && (
8080 < HeaderBreadcrumbs hasSidebar = { ! ! sidebar } > { headerBreadcrumbsContent } </ HeaderBreadcrumbs >
8181 ) }
82- < main className = "flex-1 overflow-y-auto" > { children } </ main >
82+ < main className = "flex-1 overflow-y-auto min-h-0 " > { children } </ main >
8383 </ div >
8484 </ div >
8585 </ div >
You can’t perform that action at this time.
0 commit comments