Skip to content

Commit

Permalink
feature: 微调
Browse files Browse the repository at this point in the history
  • Loading branch information
tangly1024 committed Dec 21, 2021
1 parent d3a8a02 commit e430d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/StickyBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const StickyBar = ({ children }) => {
if (!children) return <></>
return (
<div id='sticky-bar' className='sticky flex-grow justify-center top-14 md:top-0 duration-500 z-10 pb-16'>
<div className='bg-white dark:bg-gray-800 dark:border-gray-600 px-5 mx-2 absolute rounded-none md:rounded-xl shadow-xl border w-full hidden-scroll'>
<div className='bg-white dark:bg-gray-800 dark:border-gray-600 px-5 absolute rounded-none md:rounded-xl shadow-xl border w-full hidden-scroll'>
<div id='tag-container' className="md:pl-3 overflow-x-auto">
{ children }
</div>
Expand Down

1 comment on commit e430d55

@vercel
Copy link

@vercel vercel bot commented on e430d55 Dec 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.