<div class="bootstrap5">
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#scrollableModal">
Launch Scrollable Modal
</button>
<div class="modal fade" id="scrollableModal" tabindex="-1" aria-labelledby="scrollableModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="scrollableModalLabel">Scrollable Modal</h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<!-- Add long content here to enable scrolling -->
<p>Repeated content... Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...Repeated content...</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>