Feat(fortune): Set dynamic max-height and overflow for theme modal body with scrollable theme items

This commit is contained in:
lifeadventurer
2024-11-06 22:18:07 +08:00
parent ccbea6777c
commit 5874d347a0

View File

@@ -148,7 +148,7 @@
>
</button>
</div>
<div class="modal-body">
<div class="modal-body" style="max-height: 70vh; overflow-y: auto">
<ul class="list-group" id="themeList">
<!-- Theme items will be dynamically populated here -->
</ul>