diff --git a/client/src/components/layouts/guide.css b/client/src/components/layouts/guide.css index 73b77d52f7..e1df01d0fb 100644 --- a/client/src/components/layouts/guide.css +++ b/client/src/components/layouts/guide.css @@ -39,7 +39,7 @@ .content, .sideNav { /* 100vh - (navbar height) - (spacer height) */ - height: calc(100vh - var(--header-height) - 30px); + height: 100%; overflow-y: auto; }