fix toc sticky

This commit is contained in:
tangly1024.com
2023-07-18 19:03:46 +08:00
parent 8b4d97b0ab
commit b6af2e4464

View File

@@ -49,7 +49,7 @@ const LayoutBase = props => {
}
return (
<div id='theme-heo' className='bg-[#f7f9fe] dark:bg-[#18171d] h-full min-h-screen flex flex-col overflow-x-hidden'>
<div id='theme-heo' className='bg-[#f7f9fe] dark:bg-[#18171d] h-full min-h-screen flex flex-col'>
{/* 网页SEO */}
<CommonHead meta={meta} siteInfo={siteInfo} />
<Style />