blog slug scroll
This commit is contained in:
@@ -32,7 +32,7 @@ export default async function BlogPostPage({ params }: Props) {
|
||||
const date = typeof parsed.data.date === "string" ? parsed.data.date : post.date;
|
||||
|
||||
return (
|
||||
<main className="mx-auto max-w-2xl px-4 py-12">
|
||||
<main className="mx-auto h-full max-w-2xl overflow-y-auto px-4 py-12">
|
||||
<header className="mb-8">
|
||||
<h1 className="text-3xl font-bold">{title}</h1>
|
||||
{date && (
|
||||
|
||||
Reference in New Issue
Block a user