<main className="min-h-screen h-0">
<div className="h-full grid place-items-center overflow-hidden">
<div className="max-w-lg w-full flex flex-col items-center gap-8">
<div className="relative flex flex-col items-center gap-8 w-full">
<Clock />
<input type="text" className="input w-full text-xl" autoFocus />
<div className="absolute -bottom-10 left-1/2 -translate-x-1/2 translate-y-full w-full max-w-md overflow-y-auto">
{/* all the text */}
</div>
</div>
</div>
</div>
</main>
<main className="min-h-screen h-0">
<div className="h-full grid place-items-center overflow-hidden">
<div className="max-w-lg w-full flex flex-col items-center gap-8">
<div className="relative flex flex-col items-center gap-8 w-full">
<Clock />
<input type="text" className="input w-full text-xl" autoFocus />
<div className="absolute -bottom-10 left-1/2 -translate-x-1/2 translate-y-full w-full max-w-md overflow-y-auto">
{/* all the text */}
</div>
</div>
</div>
</div>
</main>