Hi everyone,
I’m using Bootstrap’s responsive tables (table-responsive
class) to handle large tables with many columns. While the table’s internal scrollbar works as expected, it also triggers an unwanted horizontal scrollbar at the page level when scrolling to the right.
Problem:
- Table scrollbar (
intentional, due to
table-responsive
). - Page scrollbar (
unwanted, appears only when scrolling the table to the extreme right).
Goal:
Remove the page-level scrollbar without disabling the table’s responsiveness.
When scroll all way right, this happend