From 45fc779ef4edce52bcb767e28c3658ce59388a9f Mon Sep 17 00:00:00 2001 From: Kiran Ashok Date: Thu, 5 May 2022 17:17:48 +0530 Subject: [PATCH] Bugfix :: Remove scrollbar in homepage (#2982) * removing scroll from homepage * updating height of page --- frontend/src/_styles/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index a0c73781b1..2abaecf952 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -731,7 +731,7 @@ button { .page-body, .homepage-body { - height: 100vh; + height: 90.6vh; .list-group.list-group-transparent.dark .all-apps-link, .list-group-item-action.dark.active {