From 12b8c4d688fd19b5904c07a8ec8a82a86c559b1b Mon Sep 17 00:00:00 2001 From: Farber Denis Date: Thu, 27 Oct 2022 13:54:38 +0300 Subject: [PATCH] style(#in94): fixed auth page style --- src/features/AuthServiceApp/components/App/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/features/AuthServiceApp/components/App/index.tsx b/src/features/AuthServiceApp/components/App/index.tsx index dc9002be..11d8549b 100644 --- a/src/features/AuthServiceApp/components/App/index.tsx +++ b/src/features/AuthServiceApp/components/App/index.tsx @@ -22,6 +22,7 @@ const Oauth = lazy(() => import('../Oauth')) const Main = styled.main` width: 100%; + height: 100vh; overflow-y: auto; ::-webkit-scrollbar {