Skip to content

Scroll Container CSS classes

Applies a max-height and sets overflow-y to auto to add a scrollbar when content exceeds the max-height. Default max height is 245px which can be changed with the available modifiers.

Usage

Useful for variable height content, such as long tables or selection lists.

Class Modifiers

height-400 - sets max-height to 400

height-600 - sets max-height to 600