From 8074d3b39d98b59e90d0a1b8def7d86ccefeb14c Mon Sep 17 00:00:00 2001 From: shafin-deriv Date: Thu, 30 May 2024 17:54:42 +0800 Subject: [PATCH] fix: height scrolling issue in doc page --- src/styles/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/index.scss b/src/styles/index.scss index 20abe8674..e1f1f1f59 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -220,7 +220,7 @@ div[class*='sidebarViewport'] { } .main-wrapper { - height: calc(100vh - 4.5rem); + min-height: calc(100vh - 4.5rem); &.home_page_wrapper { height: 100%; }