Signup page should be scrollable from everywhere (#2643)

This commit is contained in:
Dinath 2022-03-29 05:28:31 +02:00 committed by GitHub
parent 67df2dff63
commit 8a073bd274
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,10 +90,10 @@ class ConfirmationPage extends React.Component {
));
return (
<div className="page page-center" ref={this.formRef}>
<div className="page page-center" ref={this.formRef} style={{ overflowY: 'scroll' }}>
<div
className="container-tight py-2 invitation-page"
style={{ overflowY: 'scroll', maxHeight: this.formRef.current && this.calculateOffset() }}
style={{ maxHeight: this.formRef.current && this.calculateOffset() }}
>
<div className="text-center mb-4">
<a href=".">