From 26591311125f5fca73f15bf9537cdebfd8c67d5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Tue, 7 Jun 2022 14:55:32 +0200 Subject: [PATCH] Add smooth scroll to anchors --- src/style/_base.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/_base.scss b/src/style/_base.scss index 1870ff6..5c44e8f 100644 --- a/src/style/_base.scss +++ b/src/style/_base.scss @@ -4,6 +4,7 @@ html { color: #fff; min-width: 320px; word-break: normal; + scroll-behavior: smooth; } body { @include font-smooth;