Many of the applications you build depsite a complex layout will still fit
onto a single page. To help scroll long content along side shorter content
use the scroll() utility function.
Usage
scroll(.tag, direction = "y")
Arguments
.tag
A tag element.
direction
One of "x" or "y" specifying which direction to scroll
the tag's content, defaults to "y", in which case vertical scroll is
applied.