NNuxt•Created by abd on 8/6/2024 in #❓・help How to make a page height = the viewport height
This fills the screen
<template>
<div class="h-screen">
<header class="bg-slate-800 h-16 text-center text-white">
This is the header
</header>
<Placeholder class="h-full" />
</div>
</template>