From f5a0e18520c24e0dd9f62a577b4925c68d7bed66 Mon Sep 17 00:00:00 2001 From: Ahmad Abdolsaheb Date: Thu, 14 Feb 2019 17:16:00 +0300 Subject: [PATCH] feat: no scroll (#35173) PoC for #35102 --- client/src/components/layouts/guide.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }