From da09ff72b81d6c35e54ec4e7c216393e3dfeb3b1 Mon Sep 17 00:00:00 2001 From: Jack Hickey Date: Wed, 24 Jan 2024 11:47:32 +0000 Subject: [PATCH] remove scroll-behavior smooth --- assets/css/docs-nginx-com/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/docs-nginx-com/style.css b/assets/css/docs-nginx-com/style.css index 42691cf..9c5e721 100644 --- a/assets/css/docs-nginx-com/style.css +++ b/assets/css/docs-nginx-com/style.css @@ -161,7 +161,7 @@ sup { font-weight: inherit } html { - scroll-behavior: smooth; + scroll-behavior: auto; font-size: 62.5%; overflow-y: scroll; -webkit-text-size-adjust: 100%;