From 8dfa14a3437703e0321e4de3b54bb263a8747925 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Wed, 2 Feb 2022 18:58:34 +0100 Subject: [PATCH] Add: set scroll-behavior to smooth --- assets/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/style.css b/assets/css/style.css index 63249df..5533883 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -12,6 +12,7 @@ html { color: #bad8dd; scrollbar-color: #ff00d4 #040b1e; scrollbar-width: thin; + scroll-behavior: smooth; } html:not([hide-scrollbar]) ::-webkit-scrollbar-thumb {