Admin Scroll

admin-scroll CSS-only

Module-tier shell scroll surface. Single-axis vertical scroll, contained.

Role

This is a CSS-only structural stub — no JavaScript, no behavior. The shell host (<admin-shell>) styles it via tag-presence. Authors compose it with sibling bespoke children to express semantic shell-tier structure.

Composition

Typical placement inside <admin-shell>:

<admin-content> <admin-topbar slot="header">…</admin-topbar> <admin-scroll> <admin-page>…</admin-page> </admin-scroll> </admin-content>

Slot vocabulary

See the admin-shell demo for the full composition pattern. CSS-only stubs declare slot intent; the parent shell handles layout.