Feat(fortune): Set dynamic max-height and overflow for theme modal body with scrollable theme items
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user