[FIX] Content being hidden after logging in

Ensure overflow is only disabled when login page is showing
This commit is contained in:
2021-09-11 17:43:33 +01:00
parent c1b04b0736
commit efc58ff390
3 changed files with 17 additions and 2 deletions

View File

@@ -22,8 +22,7 @@ export default function Login(props) {
signInSuccessWithAuthResult: () => false,
},
};
document.body.style.overflow = "hidden";
document.title = "Login | Parandum";
return (