diff options
Diffstat (limited to 'modern/src/login')
-rw-r--r-- | modern/src/login/LoginLayout.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modern/src/login/LoginLayout.js b/modern/src/login/LoginLayout.js index 4d86d2f6..f3a688ef 100644 --- a/modern/src/login/LoginLayout.js +++ b/modern/src/login/LoginLayout.js @@ -40,7 +40,7 @@ const useStyles = makeStyles((theme) => ({ width: '100%', }, attribution: { - position: 'absolute', + position: 'fixed', bottom: theme.spacing(1), right: theme.spacing(1.5), fontSize: 'x-small', |