doc: remove scroll-behavior: smooth;

PR-URL: https://github.com/nodejs/node/pull/53942
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Cloyd Lau
2024-07-21 19:15:28 +08:00
committed by GitHub
parent 79759fa0ac
commit befbe69a0d

View File

@@ -60,12 +60,6 @@
}
/*--------------------- Layout and Typography ----------------------------*/
@media (prefers-reduced-motion: no-preference) {
html {
scroll-behavior: smooth;
}
}
html {
font-size: 1rem;
overflow-wrap: break-word;