We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e663d commit 3585a8aCopy full SHA for 3585a8a
docs/_static/custom.css
@@ -4,3 +4,9 @@ body {
4
-webkit-font-smoothing: auto;
5
-moz-osx-font-smoothing: auto;
6
}
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