Make table overflow scrollable.

For extra customization, see relevant extra… “File” from “Assets” tab.

?⃝ Explanation

A <table> can not scroll its content. The trick is to wrap it in a <div> and scroll the <div>.

ⓘ Notice

This class can only be used on a table wrapper. It has no affect when used on table directly.