diff options
Diffstat (limited to 'components/Sidebar/Link.tsx')
-rw-r--r-- | components/Sidebar/Link.tsx | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/components/Sidebar/Link.tsx b/components/Sidebar/Link.tsx index 97b4189..f3ada7d 100644 --- a/components/Sidebar/Link.tsx +++ b/components/Sidebar/Link.tsx @@ -240,7 +240,13 @@ export const PreviewLink = (props: LinkProps) => { /> )} > - <Box w="100%" color="black" px={3} sx={noteStyle} overflowY="scroll"> + <Box + w="100%" + color="black" + px={3} + sx={noteStyle} + //overflowY="scroll" + > {orgText} </Box> </Scrollbars> |