diff --git a/src/components/DirTree.tsx b/src/components/DirTree.tsx index 93ab159..7d2b729 100644 --- a/src/components/DirTree.tsx +++ b/src/components/DirTree.tsx @@ -142,7 +142,8 @@ export const DirTree: FC = () => { h="100%" spacing={8} px={4} - py={4} + pt={4} + pb={40} pos="relative" sx={{ overflow: 'auto' }} ref={viewRef}