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 cdddb8e commit d002b86Copy full SHA for d002b86
doc/source/_static/css/custom.css
@@ -394,6 +394,12 @@ table.autosummary tr > td:first-child > p > a > code > span {
394
overflow-y: scroll;
395
}
396
397
+/* Right align the version switcher dropdown menu to prevent it from going off screen */
398
+.version-switcher__menu[data-bs-popper] {
399
+ right: 0;
400
+ left: unset;
401
+}
402
+
403
/* Hide the RTD version switcher since we are using PyData theme one */
404
readthedocs-flyout {
405
display: none !important;
0 commit comments