From a1250dde69c877a8cadb9e361d0be370938e7bc9 Mon Sep 17 00:00:00 2001 From: nevainero Date: Wed, 27 Apr 2022 11:47:17 +0300 Subject: [PATCH] fix(ott-2356): fix overflow on auth page --- src/features/AuthServiceApp/components/App/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`