refactor: note list component
This commit is contained in:
parent
96ed0757de
commit
e78e2c2078
13 changed files with 766 additions and 419 deletions
|
|
@ -26,7 +26,7 @@ export default function Tabs({
|
|||
return (
|
||||
<div
|
||||
className={cn(
|
||||
'sticky flex top-12 bg-background z-30 w-full transition-transform',
|
||||
'sticky flex top-12 py-1 bg-background z-30 w-full transition-transform',
|
||||
deepBrowsing && lastScrollTop > threshold ? '-translate-y-[calc(100%+12rem)]' : ''
|
||||
)}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue