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 438dccc commit 131c81cCopy full SHA for 131c81c
python_docs_theme/static/pydoctheme.css
@@ -776,3 +776,18 @@ div.versionremoved .versionmodified {
776
opacity: 1;
777
}
778
779
+
780
+@media (prefers-reduced-motion) {
781
+ div.document {
782
+ animation: none;
783
+ transition: none;
784
+ }
785
786
+ #sidebarbutton {
787
788
789
790
+ html {
791
+ scroll-behavior: auto;
792
793
+}
0 commit comments