Skip to content

Commit

Permalink
fix: add min-height for rdt versions area
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Aug 27, 2024
1 parent f1c9f5a commit 9d01fb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/css/extensions/rtd.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@
border-top: 1px solid var(--sy-c-divider);
}

.sy-lside .rst-versions.shift-up .rst-other-versions {
max-height: calc(100vh - 300px);
overflow: auto;
}

.sy-lside .rst-other-versions dt {
font-size: 0.68rem;
font-weight: 500;
Expand Down

0 comments on commit 9d01fb8

Please sign in to comment.