fix(ott-2356): fix overflow on auth page

keep-around/a1250dde69c877a8cadb9e361d0be370938e7bc9
nevainero 4 years ago
parent 79f626ef34
commit a1250dde69
  1. 2
      src/features/AuthServiceApp/components/App/index.tsx

@ -21,7 +21,7 @@ const ChangePassword = lazy(() => import('../ChangePassword'))
const Main = styled.main` const Main = styled.main`
width: 100%; width: 100%;
overflow-y: scroll; overflow-y: auto;
${isMobileDevice ${isMobileDevice
? css` ? css`

Loading…
Cancel
Save