Skip to content

Layout

Overflow auto

.overflow-auto enables automatic scrollbars to an element if its content extends beyond its limits.

Useful to have responsive <table>.

HeadingHeadingHeadingHeadingHeadingHeadingHeadingHeadingHeadingHeading
CellCellCellCellCellCellCellCellCellCell
CellCellCellCellCellCellCellCellCellCell
CellCellCellCellCellCellCellCellCellCell
<div class="overflow-auto">
  <table>
  ...
  </table>
</div>

Edit this page on GitHub