Fix the horizontal scroll bar not working in "Responsible Table" with Bootstrap 3

I was using "table-responsive" class from Bootstrap 3 recently and got the issue that horizontal scroll bar not moving when drag it. I found out a solution which add style " -ms-overflow-style:auto !important;" to the "table-responsive" class as below. .table-responsive { -ms-overflow-style:auto !important; } The above issue was resolved.

Comments

Popular posts from this blog

Top JavaScript courses helping you develop SPFx webPart with ReactJS and AngularJS

SharePoint 2013 error - "Application error when access /_vti_bin/client.svc"

Enable the Microsoft Power BI report file type (.pbix) in SharePoint Search