From fe9461033db9662893e58593734a0e1318c415d1 Mon Sep 17 00:00:00 2001 From: REJack Date: Wed, 29 Jun 2022 20:48:00 +0200 Subject: [PATCH] fix(4556): enable scroll-behavior smooth as default behavior --- build/scss/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/scss/_layout.scss b/build/scss/_layout.scss index 8b844dc2c..815593cdc 100644 --- a/build/scss/_layout.scss +++ b/build/scss/_layout.scss @@ -2,7 +2,7 @@ // Core: Layout // -html.scroll-smooth { +html { scroll-behavior: smooth; }