10.1 Sizing - Overflow Overflow
.overflow-hiddenHide all overflowing content.overflow-x-hiddenHide all overflowing content in the x dimension..overflow-y-hiddenHide all overflowing content in the y dimension..overflow-autoScroll overflowing content inside the container.overflow-x-autoScroll overflowing content in the x dimension..overflow-y-autoScroll overflowing content in the y dimension..overflow-visibleShow overflowing content outside the container..overflow-x-visibleShow overflowing content in the x dimension..overflow-y-visibleShow overflowing content in the y dimension.
10.2 Sizing - Widths and heights Widths and Heights
.full-width100% width.full-height100% height.full-vh100vh height.auto-widthauto width.auto-heightauto height.limit-full-widthmax-width 100%.limit-full-heightmax-height 100%.limit-full-vhmax-height 100vh.ensure-full-widthmin-width 100%.ensure-full-heightmin-height 100%.ensure-full-vhmin-height 100vh
10.2.1 Sizing - Widths and heights - heights Heights
Fixed sizes for elements on the page, relative to the viewport height.
.short
.tall