mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
fix main content causing horizontal scroll
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user