fix: fixed footer css (#951)

This commit is contained in:
Bingchang Chen 2022-08-07 17:22:52 +08:00 committed by GitHub
parent 08d0269e30
commit ee8dd23a56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -668,7 +668,7 @@ class App extends Component {
renderPage() {
if (this.isDoorPages()) {
return (
<div>
<div style={{position: "relative", minHeight: "100vh"}}>
<Switch>
<Route exact path="/signup" render={(props) => this.renderHomeIfLoggedIn(<SignupPage account={this.state.account} {...props} />)} />
<Route exact path="/signup/:applicationName" render={(props) => this.renderHomeIfLoggedIn(<SignupPage account={this.state.account} {...props} onUpdateAccount={(account) => {this.onUpdateAccount(account);}} />)} />