gurayyarar / AdminBSBMaterialDesign

AdminBSB - Free admin panel that is based on Bootstrap 3.x with Material Design
https://gurayyarar.github.io/AdminBSBMaterialDesign
MIT License
2.75k stars 1.56k forks source link

table-responsive #140

Open Claw-Hammer opened 6 years ago

Claw-Hammer commented 6 years ago

If you use table-responsive class the horizontal scroll bar shows allways on DataTables, no matter the screen size

rhalp10 commented 5 years ago

same problem @Claw-Hammer but i tried to add this style="overflow-x: hidden;" to my <div class="table-responsive" > and its working fine.

Claw-Hammer commented 5 years ago

Thanks @rhalp10, i'll try that solution