fix: 修復 TOC 滾動跟隨失效問題並更新開發日誌
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user