mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-06 15:10:29 +00:00
标签滚动条加侧边遮罩,表格越界,导航条加高,夜间模式适配,按钮样式调整
This commit is contained in:
@@ -59,7 +59,7 @@ const DefaultLayout = ({ tags, posts, page, currentTag, ...customMeta }) => {
|
||||
<SideBar />
|
||||
|
||||
<div className='flex-grow'>
|
||||
<div className='fixed top-12 z-10 w-full border-b dark:border-gray-600'>
|
||||
<div className='fixed top-16 z-10 w-full border-b dark:border-gray-600'>
|
||||
<Tags tags={tags} currentTag={currentTag} />
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user