From 09954c06d8970f27ad14f8b30ed14cf357a1fa5e Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 24 May 2022 19:21:27 -0700 Subject: Use fixed positions --- modern/src/login/LoginLayout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modern/src/login') 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', -- cgit v1.2.3