I use ".table-responsive" class (Last version Bootstrap : 3.3.7) for my table, and Scroll always visible.
<div class="container container-main">
<div class="table-responsive toggle-history">
<table class="table table-extra-bordered table-hover table-striped">
...
</table>
</div>
</div>
Example : https://jsfiddle.net/fL00nudz/2/
I want to hide scroll If they are not necessary. Can you help me ?