From defdc3c5687ffc0450013634943fff3c74e64233 Mon Sep 17 00:00:00 2001 From: Cloyd Lau <31238760+cloydlau@users.noreply.github.com> Date: Sun, 21 Jul 2024 19:15:28 +0800 Subject: [PATCH] doc: remove `scroll-behavior: smooth;` PR-URL: https://github.com/nodejs/node/pull/53942 Reviewed-By: James M Snell Reviewed-By: Luigi Pinca --- doc/api_assets/style.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index 3921f05b0ca965..28a284e3b975b8 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -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;