diff --git a/apps/web/src/styles.css b/apps/web/src/styles.css index 934a325..f13015c 100644 --- a/apps/web/src/styles.css +++ b/apps/web/src/styles.css @@ -166,6 +166,9 @@ a { .shell-content { padding: 1.25rem; overflow-x: hidden; + display: flex; + flex-direction: column; + min-height: 0; } .eyebrow { @@ -2482,7 +2485,8 @@ a.nav-item, .terminal-page { display: flex; flex-direction: column; - height: 100vh; + height: 100%; + min-height: 0; padding: var(--space-4); gap: var(--space-4); }