Skip to content

Commit

Permalink
chore: fix scrollbar
Browse files Browse the repository at this point in the history
Fix: [BUG] Sidebar not scrolling properly
  • Loading branch information
rupali-codes authored Feb 18, 2024
2 parents 36dac99 + 7c1b13f commit 31505a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Sidebar: FC = () => {
/>
</div>

<div className="w-full max-h-full tall:max-h-[calc(100vh-484px)] flex flex-col items-between gap-2 pt-2 tall:gap-5">
<div className="w-full max-h-[85%] 2xl:max-h-full flex flex-col items-between gap-2 pt-2 tall:gap-5">
{/* <h4 className="text-gray-400 text-base font-semibold text-xl">RESOURCES</h4> */}
<MemoizedSideNavbarCategoryList query={searchState.categoryQuery} />
</div>
Expand Down

0 comments on commit 31505a2

Please sign in to comment.