diff --git a/src/layout/DefaultLayout.tsx b/src/layout/DefaultLayout.tsx index 4519fd9a..ef87b1c7 100644 --- a/src/layout/DefaultLayout.tsx +++ b/src/layout/DefaultLayout.tsx @@ -25,7 +25,7 @@ export function DefaultLayout({ children, title, theme = "default", height, appB display: flex; flex-direction: column; padding: 0 2rem; - min-height: calc(100dvh - ${height ?? `5.8rem`}); + height: calc(100dvh - ${height ?? `5.8rem`}); `} > {children}