Layout Utilities
Overflows
Sometimes you have more content than can fit in a particular region of your layout.
-
.overflow-xUse
.overflow-xwhen you may need a sideways scroll. E.g. when you have an oversized table. Or, you may have a simply sideways-scrolling gallery. -
.overflow-yUse
.overflow-ywhen you have content that is too tall for its wrapper. E.g. see ActivatorJS modal with scrollable content and Activator modal with scrollable content. -
.overflow-hiddenUse
.overflow-hiddenwhen you have too much content for displaying in a block element that has a constrained width and/or height. An example of.overflow-hiddenin use is ActivatorJS showhides and Activator showhides.