Skip to content

Commit 3585a8a

Browse files
committed
Disable Furo fancy scroll behavior
1 parent 99e663d commit 3585a8a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: docs/_static/custom.css

+6
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ body {
44
-webkit-font-smoothing: auto;
55
-moz-osx-font-smoothing: auto;
66
}
7+
8+
/* Disable the fancy scrolling behavior when jumping to headers (this is too
9+
slow for long pages) */
10+
html {
11+
scroll-behavior: auto;
12+
}

0 commit comments

Comments
 (0)