Login: Prevent page overflowing on mobile (#43739)

This commit is contained in:
Ashley Harrison 2022-01-06 10:34:13 +00:00 committed by GitHub
parent fdc054c0a4
commit c87b048af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,7 @@ export const getLoginStyles = (theme: GrafanaTheme2) => {
return {
container: css({
minHeight: '100vh',
minHeight: '100%',
backgroundPosition: 'center',
backgroundRepeat: 'no-repeat',
backgroundColor: bgColor,