I am facing an issue with a modal that has two columns. One of the columns contains a table which is too wide and requires horizontal scrolling. I need help to make the table fit into the column without any scrolling problems. The table should be able to scroll only when its items exceed the size of the modal.
For reference, here is an example link: https://jsfiddle.net/35wzenqf/2/
Please switch the view to tabs(row)
as it will make it easier for you to see the columns in the modal :)
<div class="btn-group d-flex">
<button class="btn btn-lg btn-icon btn-primary w-100" data-toggle="modal" data-target="#modal-default">
<span class="btn-inner--icon"><i class="far fa-money-bill-alt"></i></span>
<span class="btn-inner--text">Pay</span>
</button>
</div>
Thank you to anyone who can assist!