We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27e4283 + 51ad0e0 commit 657b9bbCopy full SHA for 657b9bb
docs/source/_static/custom.css
@@ -0,0 +1,6 @@
1
+/* Fix version switcher dropdown overflow - GitHub issue #578 */
2
+.version-switcher__menu {
3
+ max-height: 60vh;
4
+ overflow-y: auto !important;
5
+ overflow-x: hidden;
6
+}
docs/source/conf.py
@@ -46,5 +46,6 @@
46
],
47
}
48
html_static_path = ["_static"]
49
+html_css_files = ["custom.css"]
50
html_logo = "_static/logo.svg"
51
html_favicon = "_static/favicon.ico"
0 commit comments