diff --git a/packages/files-ui/src/Components/Layouts/AppNav.tsx b/packages/files-ui/src/Components/Layouts/AppNav.tsx index b1329c4f16..1b88fc93d0 100644 --- a/packages/files-ui/src/Components/Layouts/AppNav.tsx +++ b/packages/files-ui/src/Components/Layouts/AppNav.tsx @@ -25,7 +25,7 @@ const useStyles = makeStyles( return createStyles({ root: { width: 0, - overflow: "scroll", + overflow: "auto", transitionDuration: `${animation.translate}ms`, display: "flex", flexDirection: "column", @@ -384,4 +384,4 @@ const AppNav = ({ navOpen, setNavOpen }: IAppNav) => { ) } -export default AppNav \ No newline at end of file +export default AppNav