14841: Add inactive user page.
[arvados.git] / src / views / login-panel / login-panel.tsx
index eac4034b43822c2395f54ebb371ae6e41766993a..b9f3194ab0b2aa12fc375a7ac5f966dc6630db1a 100644 (file)
@@ -63,7 +63,7 @@ export const LoginPanel = withStyles(styles)(
     }))(({ classes, dispatch, remoteHosts, homeCluster, uuidPrefix }: LoginPanelProps) =>
         <Grid container justify="center" alignItems="center"
             className={classes.root}
-            style={{ marginTop: 56, overflowY: "auto" }}>
+            style={{ marginTop: 56, overflowY: "auto", height: "100%" }}>
             <Grid item className={classes.container}>
                 <Typography variant='h6' align="center" className={classes.title}>
                     Welcome to the Arvados Workbench