Problem/motivation
Currently there is a overflow/scrollbar for the entire page, if the page is viewed on a mobile device and the page contains a table.
Proposal
We introduce the "overflow-x: scroll;" CSS declaration to remove the overflow. So only the table will be horizontally scrollable and the other content will suite the viewport.