Skip to content

Body

Put af-body on <body> for a viewport-tall flex column. A direct-child <footer> pins to the bottom.

Leave <body> class-free when overlays append to body (Angular CDK, many toast hosts). For dashboard chrome use App. Footer surface is Footer.

ClassPurposeExample
af-bodyDocument column; pin a direct-child footer<body class="af-body">

Page

Footer

<body class="af-body">
  <main id="main">…</main>
  <footer class="af-footer">…</footer>
</body>

The preview is a div with af-body. Use the class on the real <body>.