From 2a09492388a5bfeb09fc7c51b9c4bd2a2374442c Mon Sep 17 00:00:00 2001 From: Bereket Date: Fri, 18 Sep 2020 15:27:06 -0400 Subject: [PATCH 1/3] updates --- 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', From 59c86a7a3bdecbc48d43c0d9d2072f564766e8c9 Mon Sep 17 00:00:00 2001 From: Bereket Date: Fri, 18 Sep 2020 15:27:39 -0400 Subject: [PATCH 2/3] updates --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index f0874932d2..f96f58ed03 100644 --- a/src/index.css +++ b/src/index.css @@ -1,5 +1,5 @@ html { - scroll-behavior: smooth; + behavior: sr; } body { From 4f11b64fda8752bfd583a32aeacad1fa39b730dc Mon Sep 17 00:00:00 2001 From: Bereket Date: Fri, 18 Sep 2020 15:32:06 -0400 Subject: [PATCH 3/3] Added smooth scroll to index.css --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index f96f58ed03..f0874932d2 100644 --- a/src/index.css +++ b/src/index.css @@ -1,5 +1,5 @@ html { - behavior: sr; + scroll-behavior: smooth; } body {