From 131e2587f66e9940ebd7ed58163a644612efb5c8 Mon Sep 17 00:00:00 2001 From: Santhoshkumar <117272529+Santhosh-testsigma@users.noreply.github.com> Date: Thu, 2 Nov 2023 14:08:07 +0530 Subject: [PATCH] fix: inner linking scroll position --- src/templates/page.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/templates/page.scss b/src/templates/page.scss index 74b1e8b..ac68d4e 100644 --- a/src/templates/page.scss +++ b/src/templates/page.scss @@ -18,6 +18,8 @@ body{ //overflow: auto; overflow-x: hidden; height: 100%; + scroll-behavior: smooth; + scroll-padding-top: 90px; } #root_header{