Table views are rendered in a grid which is full width and centered.
Adjust the center grid column to be the width of the main page layout so that it's left aligned unless larger.
Table smaller than page width should not be centered
With the last change, the styles are applied to the full pager, but not all sites have the correct config.
Create a plugin in mantra_views that can be selected to apply the style.
Create custom pager plugin
Overflow was causing weird behavior on mobile.
If you don't swipe perfectly vertical, it triggers the horizontal scrolling on the table. Then any vertical dragging moves the table inside the container, instead of scrolling down the page.
Setting overflow-…
Overflow x scroll table difficult to scroll down on mobile