diff --git a/src/features/AuthServiceApp/components/App/index.tsx b/src/features/AuthServiceApp/components/App/index.tsx index 97c98ccb..2fc36273 100644 --- a/src/features/AuthServiceApp/components/App/index.tsx +++ b/src/features/AuthServiceApp/components/App/index.tsx @@ -21,7 +21,7 @@ const ChangePassword = lazy(() => import('../ChangePassword')) const Main = styled.main` width: 100%; - overflow-y: scroll; + overflow-y: auto; ${isMobileDevice ? css`