[FIX] Content being hidden after logging in
Ensure overflow is only disabled when login page is showing
This commit is contained in:
@@ -22,8 +22,7 @@ export default function Login(props) {
|
||||
signInSuccessWithAuthResult: () => false,
|
||||
},
|
||||
};
|
||||
|
||||
document.body.style.overflow = "hidden";
|
||||
|
||||
document.title = "Login | Parandum";
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user