diff --git a/src/styles/mash.css b/src/styles/mash.css index cb32d375..baca80a9 100644 --- a/src/styles/mash.css +++ b/src/styles/mash.css @@ -29,10 +29,10 @@ body { padding-top: 0; display: flex; flex-direction: column; - height: 100dvh; - min-height: auto; + height: auto; + min-height: 100dvh; min-width: 375px; - overflow: hidden; + overflow: auto; font-family: inherit; font-size: inherit; line-height: inherit; @@ -76,7 +76,8 @@ body { flex: 1 1 auto; /* let the wrapper grow inside body's flex column */ min-height: 0; margin-top: var(--app-header-height); - height: calc(100dvh - var(--app-header-height)); + height: auto; + min-height: calc(100dvh - var(--app-header-height)); top: auto; }