We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283e801 commit 21bc542Copy full SHA for 21bc542
python_docs_theme/static/pydoctheme.css
@@ -2,6 +2,10 @@
2
3
/* Smooth scroll */
4
html {
5
+ scroll-behavior: auto;
6
+}
7
+
8
+html:has(:target) {
9
scroll-behavior: smooth;
10
}
11
0 commit comments