From 31eeae2741b0e2d2d23fdbe13bd31a0887ea375c Mon Sep 17 00:00:00 2001 From: Marco Busellato Date: Tue, 24 Jan 2023 13:41:55 +0100 Subject: [PATCH] Added smooth scroll to html tag --- documentation/docs.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/documentation/docs.scss b/documentation/docs.scss index 59d01b09..93b703d7 100644 --- a/documentation/docs.scss +++ b/documentation/docs.scss @@ -13,6 +13,10 @@ $multiselect-background: #000; } } +html { + scroll-behavior: smooth; +} + body { background: #fff; color: #35495E;