fix main content causing horizontal scroll

This commit is contained in:
Sidney Alcantara
2022-10-19 12:03:05 +11:00
parent 625f735a8a
commit 94e8a46c25

View File

@@ -62,7 +62,7 @@ export default function Navigation({ children }: React.PropsWithChildren<{}>) {
<Loading fullScreen style={{ marginTop: -TOP_BAR_HEIGHT }} />
}
>
<div style={{ flexGrow: 1, maxWidth: "100%" }}>
<div style={{ flexGrow: 1, minWidth: 0 }}>
<Outlet />
{children}
</div>