From a7f771f693f124ecadc5f7f5eaf257ccf367563c Mon Sep 17 00:00:00 2001 From: Bereket Semagn Date: Tue, 22 Sep 2020 21:54:16 -0400 Subject: [PATCH] feat: Added smooth scroll to index.css (#2408) --- src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.css b/src/index.css index bd5338ff8f..f0874932d2 100644 --- a/src/index.css +++ b/src/index.css @@ -1,3 +1,7 @@ +html { + scroll-behavior: smooth; +} + body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',