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;