fix: 修復 TOC 滾動跟隨失效問題並更新開發日誌

This commit is contained in:
2026-04-27 15:23:44 +08:00
parent 9d1ee8e159
commit 9c7481544e
3 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ const { title } = Astro.props;
<body class="bg-white dark:bg-[#0a0c10] text-gray-900 min-h-screen selection:bg-blue-200 dark:selection:bg-blue-900">
<div class="flex max-w-[1440px] mx-auto">
<Sidebar />
<main class="flex-1 w-full min-w-0 p-8 md:p-12 overflow-x-hidden">
<main class="flex-1 w-full min-w-0 p-8 md:p-12">
<slot />
</main>
</div>