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

Effective LLM Prompting skills

How to replace the OOTB SharePoint Help with your custom help page