Overflow
Control overflow behavior through BCL overflow attributes.
BCL mapping
Use overflow, overflow-x, and overflow-y with a constrained size.
This content area is intentionally tall enough to require scrolling when constrained by a maximum height.
<bs-div overflow="Auto" style="max-height: 5rem;">
<bs-p>Scrollable content</bs-p>
</bs-div>