diff options
Diffstat (limited to 'components/Sidebar/Note.tsx')
-rw-r--r-- | components/Sidebar/Note.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Sidebar/Note.tsx b/components/Sidebar/Note.tsx index e425559..37e836d 100644 --- a/components/Sidebar/Note.tsx +++ b/components/Sidebar/Note.tsx @@ -35,7 +35,7 @@ export const Note = (props: NoteProps) => { <Box pr={8} overflow="scroll" - height="85%" + height="100%" className="org" sx={{ ...noteStyle, |