Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Feb 2022 19:11:21 GMT
From:      Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: 74cc6d13b0 - main - Change scroll behavior to auto to improve the search in long files
Message-ID:  <202202281911.21SJBL7O079458@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by carlavilla:

URL: https://cgit.FreeBSD.org/doc/commit/?id=74cc6d13b0a2f7b794067c227acec311302034bd

commit 74cc6d13b0a2f7b794067c227acec311302034bd
Author:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2022-02-28 19:10:22 +0000
Commit:     Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2022-02-28 19:10:22 +0000

    Change scroll behavior to auto to improve the search in long files
    
    Submitted by:   grembo@ by email
---
 documentation/themes/beastie/assets/styles/global.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/themes/beastie/assets/styles/global.scss b/documentation/themes/beastie/assets/styles/global.scss
index a8bc07873d..69536883ff 100644
--- a/documentation/themes/beastie/assets/styles/global.scss
+++ b/documentation/themes/beastie/assets/styles/global.scss
@@ -29,7 +29,7 @@
 html {
   font-family: 'Inter', sans-serif;
   scroll-padding-top: var(--header-height);
-  scroll-behavior: smooth;
+  scroll-behavior: auto;
 }
 
 @supports (font-variation-settings: normal) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202281911.21SJBL7O079458>