git: 74cc6d13b0 - main - Change scroll behavior to auto to improve the search in long files
Sergio Carlavilla Delgado <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by carlavilla: URL: https://cgit.FreeBSD.org/doc/commit/?id=74cc6d13b0a2f7b794067c227acec311302034bd commit 74cc6d13b0a2f7b794067c227acec311302034bd Author: Sergio Carlavilla Delgado <[email protected]> AuthorDate: 2022-02-28 19:10:22 +0000 Commit: Sergio Carlavilla Delgado <[email protected]> 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) {