Skip to content

Commit

Permalink
fix:sidebar not scrolling properly(#2266)
Browse files Browse the repository at this point in the history
  • Loading branch information
heysolomon committed Feb 14, 2024
1 parent 797d62a commit 7c1b13f
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 7c1b13f

Please sign in to comment.