patch other-version menu overflow [Fixes #14429]

This commit is contained in:
Paul Wackerow 2023-07-19 19:11:06 -04:00
parent ceb6587692
commit 01db89c2e7
No known key found for this signature in database
GPG Key ID: F4DE7CEDF0129FB6

View File

@ -16,6 +16,7 @@
--navHeight: 4.5rem;
--sideWidth: 300px;
--currentVersionHeight: 45px;
text-rendering: geometricPrecision;
-webkit-font-smoothing: antialiased;
@ -658,6 +659,8 @@ ul.search .context {
.rst-other-versions {
background: var(--white) !important;
color: var(--color-a) !important;
max-height: calc(100vh - var(--navHeight) - var(--currentVersionHeight));
overflow-y: scroll;
}
.rst-other-versions a {