diff --git a/apps/web/src/styles.css b/apps/web/src/styles.css index 833726c..2ffc7b2 100644 --- a/apps/web/src/styles.css +++ b/apps/web/src/styles.css @@ -121,6 +121,7 @@ a { display: grid; grid-template-columns: 230px 1fr; min-height: calc(100vh - 57px); + flex: 1; } .shell-nav { @@ -169,6 +170,7 @@ a { display: flex; flex-direction: column; min-height: 0; + height: 100%; } .eyebrow { @@ -305,6 +307,7 @@ a { .shell-content { padding: var(--space-4); + height: 100%; } }