From 3519fb015e0530cbaaefc9c177c76583df844b81 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Sat, 27 Nov 2021 21:03:16 -0500 Subject: [PATCH] [S] Smooth scrolling --- src/report/resources/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/report/resources/style.css b/src/report/resources/style.css index 4d2e824..328c6b3 100644 --- a/src/report/resources/style.css +++ b/src/report/resources/style.css @@ -1,4 +1,8 @@ +html { + scroll-behavior: smooth; +} + #content { margin: auto auto 100px; padding: 0 20px;