diff --git a/docs/public/index.css b/docs/public/index.css index 25bc0e16e..f3fdcc47e 100644 --- a/docs/public/index.css +++ b/docs/public/index.css @@ -2,7 +2,9 @@ box-sizing: border-box; margin: 0; } - +html { + scroll-behavior: smooth; +} /* Global focus outline reset */ *:focus:not(:focus-visible) { outline: none;