From 0b0df4168b2a750e312c1b5e0a84305e14b85da0 Mon Sep 17 00:00:00 2001 From: Divyamrit <69889565+sacarvy@users.noreply.github.com> Date: Tue, 11 Jan 2022 03:34:24 +0530 Subject: [PATCH] smooth scroll behavior property added (#2256) * smooth scroll behavior property added * [ci] yarn format Co-authored-by: sacarvy --- docs/public/index.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/public/index.css b/docs/public/index.css index 25bc0e16e..f3fdcc47e 100644 --- a/docs/public/index.css +++ b/docs/public/index.css @@ -2,7 +2,9 @@ box-sizing: border-box; margin: 0; } - +html { + scroll-behavior: smooth; +} /* Global focus outline reset */ *:focus:not(:focus-visible) { outline: none;