Skip to content

Commit

Permalink
feat: update sidebar height
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyrusso committed Sep 19, 2023
1 parent 79977c0 commit 155e97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function Sidebar() {

return (
<aside
className={`sticky top-14 h-full ${
className={`sticky h-[calc(100vh-theme(spacing.16))] ${
isOpenSidebar ? "w-[18.4375rem]" : "w-[5.8125rem]"
} text-center bg-white box-content flex flex-col justify-between pt-16`}
>
Expand Down

0 comments on commit 155e97a

Please sign in to comment.