git: 74cc6d13b0 - main - Change scroll behavior to auto to improve the search in long files
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Feb 2022 19:11:21 UTC
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) {