diff --git a/src/App-styles.ts b/src/App-styles.ts index 25cafd2..96112b3 100644 --- a/src/App-styles.ts +++ b/src/App-styles.ts @@ -11,6 +11,7 @@ export const AppContainer = styled(Box)(({ theme }) => ({ radius: "15px", backgroundColor: theme.palette.background.default, color: theme.palette.text.primary, + overflow: 'hidden' })); export const AuthenticatedContainer = styled(Box)(({ theme }) => ({ diff --git a/src/components/Apps/AppsDesktop.tsx b/src/components/Apps/AppsDesktop.tsx index 756a1d9..c17521f 100644 --- a/src/components/Apps/AppsDesktop.tsx +++ b/src/components/Apps/AppsDesktop.tsx @@ -331,8 +331,9 @@ export const AppsDesktop = ({ return (