style(#in94): fixed auth page style

keep-around/61a2661a1c7b0f958a65795b5393822fb1d16524
Farber Denis 3 years ago
parent 6c14c88ab3
commit 12b8c4d688
  1. 1
      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 {

Loading…
Cancel
Save