I include my table inside a div to have overflow: scroll
. However, it is also inserting a scrolling in horizontal. I just want the scrolling bar in vertical.
<div style="height: 700px !important; width: 100%; overflow: scroll;">
<table class="table table-bordered">
<!-- Content Here -->
</table>
</div>