Skip to content

Commit

Permalink
Flyout: scroll and max-height (#126)
Browse files Browse the repository at this point in the history
Closes #121

---------

Co-authored-by: Manuel Kaufmann <[email protected]>
  • Loading branch information
zanderle and humitos authored Sep 14, 2023
1 parent 79631a4 commit 5b5e721
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/readthedocs-addons.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/readthedocs-addons.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/flyout.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
max-width: 300px;
width: auto;
height: auto;
max-height: calc(100% - 100px);
overflow-y: auto;
}

.container.bottom-right {
Expand Down

0 comments on commit 5b5e721

Please sign in to comment.