Skip to content

Commit

Permalink
organization: pdf list with a max-height
Browse files Browse the repository at this point in the history
  • Loading branch information
wincelau committed Dec 14, 2024
1 parent a2a581a commit 395c0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/organization.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<button type="button" class="btn-close text-reset d-md-none" data-bs-dismiss="offcanvas" aria-label="Close"></button>
</div>
<div class="offcanvas-body pt-3" style="padding-bottom: 60px;">
<div id="list_pdf_container">
<div id="list_pdf_container" style="max-height: 400px; overflow: auto;">
<ul id="list_pdf" class="list-group">
</ul>
</div>
Expand Down

0 comments on commit 395c0d3

Please sign in to comment.