-
@simevidas The simplest fix is
table { display: block}, which makes the table respect the available width and causes it to scroll. I think that's the best scalable fix we have in this case. I'd probable add overflow shadows as in jsfiddle.net/3oxq1ju6/1/.
