From 57fadde151fea6c74c97a16c08969a1d4cfc7ed6 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 5 Aug 2023 10:32:53 +0100 Subject: [PATCH] Adds smoothe scroll --- src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.css b/src/index.css index 5ab1c57..e0502ea 100644 --- a/src/index.css +++ b/src/index.css @@ -5,6 +5,10 @@ font-style: normal; } +html { + scroll-behavior: smooth; +} + body { margin: 0; font-family: 'PTMono', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',