mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-01 23:16:51 +00:00
Feature:
三列排版
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
const StickyBar = ({ children }) => {
|
||||
if (!children) return <></>
|
||||
return (
|
||||
<div id='sticky-bar' className='sticky flex justify-center top-0 duration-500 z-10 w-full'>
|
||||
<div id='sticky-bar' className='sticky flex justify-center top-14 md:top-0 duration-500 z-10 w-full'>
|
||||
<div className='bg-white dark:bg-gray-800 dark:border-gray-600 w-full px-5 rounded-none md:rounded-xl shadow-xl border overflow-x-auto'>
|
||||
<div className="flex">
|
||||
<div className='z-30 absolute h-12 left-0 flex'>
|
||||
|
||||
Reference in New Issue
Block a user