diff --git a/frontend/src/container/AppLayout/styles.ts b/frontend/src/container/AppLayout/styles.ts index f266087895..81d75ab76a 100644 --- a/frontend/src/container/AppLayout/styles.ts +++ b/frontend/src/container/AppLayout/styles.ts @@ -8,6 +8,7 @@ export const Layout = styled(LayoutComponent)` min-height: calc(100vh - 8rem); overflow: hidden; height: 100%; + flex-direction: column !important; } `;