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