Skip to content

Commit

Permalink
fix: 사이드바와 에디터 height 맞추기
Browse files Browse the repository at this point in the history
  • Loading branch information
djk01281 committed Nov 20, 2024
1 parent 3a2d78c commit a69cf46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/components/sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function Sidebar() {
<div className="w-full px-4">
<Tools />
</div>
<ScrollWrapper className="scrollbar scrollbar-thumb-[#d9d9d9] scrollbar-track-transparent max-h-[612px] overflow-x-clip">
<ScrollWrapper className="scrollbar scrollbar-thumb-[#d9d9d9] scrollbar-track-transparent max-h-[604px] overflow-x-clip">
<NoteList className="p-4 pb-0 pt-0" />
</ScrollWrapper>
</div>
Expand Down

0 comments on commit a69cf46

Please sign in to comment.