From fcfd8330cad935b5c46386a1266c4465fe84bb7c Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 26 May 2020 00:36:15 +0200 Subject: [PATCH] Smoother scroll behavior --- web/style/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/style/style.scss b/web/style/style.scss index 0f02019..f3a8401 100644 --- a/web/style/style.scss +++ b/web/style/style.scss @@ -265,6 +265,10 @@ $gradient-accent3-light-right: linear-gradient(to right, $light, $accent3); outline: none; } +html { + scroll-behavior: smooth; +} + body { margin: 0; padding: 0;