From d90152a928293a88517670e25d5b61739844e7ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Mon, 13 Jun 2022 15:59:57 +0200 Subject: [PATCH] Revert smooth scroll on html Scrolls back to top with animation when changing page --- src/style/_base.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src/style/_base.scss b/src/style/_base.scss index 8a5e8c8..9089af6 100644 --- a/src/style/_base.scss +++ b/src/style/_base.scss @@ -15,7 +15,6 @@ html { color: #fff; min-width: 320px; word-break: normal; - scroll-behavior: smooth; } body { @include font-smooth;