Skip to content

Overflow Wrapper

The asis-overflow-wrapper has a single style applied to it: overflow-x: auto;. This can be used to wrap elements like tables that may cause the content to be wider than the viewport.

For example, the box below has a width of 110%, but it gains a scrollbar instead of causing the viewport to scroll.

This has a width of 110%