From a2bf4e475bfe08861f214df69695bc6e5db9f9e0 Mon Sep 17 00:00:00 2001 From: Mystikfluu Date: Sun, 10 Jul 2022 13:58:17 +0200 Subject: [PATCH] add smooth link scrolling --- css/global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/global.css b/css/global.css index 59aacf5..7928023 100644 --- a/css/global.css +++ b/css/global.css @@ -6,6 +6,10 @@ --blue-ish: #587291; /* buttons etc */ } +html { + scroll-behavior: smooth; +} + .noselect { user-select: none; }