10.1 Sizing - Overflow Overflow

  • .overflow-hidden Hide all overflowing content
  • .overflow-x-hidden Hide all overflowing content in the x dimension.
  • .overflow-y-hidden Hide all overflowing content in the y dimension.
  • .overflow-auto Scroll overflowing content inside the container
  • .overflow-x-auto Scroll overflowing content in the x dimension.
  • .overflow-y-auto Scroll overflowing content in the y dimension.
  • .overflow-visible Show overflowing content outside the container.
  • .overflow-x-visible Show overflowing content in the x dimension.
  • .overflow-y-visible Show overflowing content in the y dimension.

10.2 Sizing - Widths and heights Widths and Heights

  • .full-width 100% width
  • .full-height 100% height
  • .full-vh 100vh height
  • .auto-width auto width
  • .auto-height auto height
  • .limit-full-width max-width 100%
  • .limit-full-height max-height 100%
  • .limit-full-vh max-height 100vh
  • .ensure-full-width min-width 100%
  • .ensure-full-height min-height 100%
  • .ensure-full-vh min-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