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>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body" style="max-height: 70vh; overflow-y: auto">
|
||||||
<ul class="list-group" id="themeList">
|
<ul class="list-group" id="themeList">
|
||||||
<!-- Theme items will be dynamically populated here -->
|
<!-- Theme items will be dynamically populated here -->
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user