shaffex

ZStack is a container that overlays its children, aligning them in both axes.

<body>
    <vstack background="red">
        <scrollingtext>Scrolling text</scrollingtext>
    </vstack>
</body>

Screenshot